Searched defs:TRIE_HAS_VALUES (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Ddictionarydata.h35 static const int32_t TRIE_HAS_VALUES = 8; member in class:DictionaryData
49 // Trie type: TRIE_HAS_VALUES | TRIE_TYPE_BYTES etc.
160 * The dictionary maps strings to specific values (TRIE_HAS_VALUES bit set in trieType),
161 * or it maps all strings to 0 (TRIE_HAS_VALUES bit not set).

Completed in 130 milliseconds