Home
last modified time | relevance | path

Searched refs:DOMAIN_NUM_SIZE (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dsuffix_match_trie.h25 static constexpr const int DOMAIN_NUM_SIZE = 10; // [0-9] variable
193 return ch - 'a' + DOMAIN_NUM_SIZE; in GetChildIndex()