Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DDictionaryData.java28 public static final int TRIE_HAS_VALUES = 8; field in DictionaryData
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDictionaryData.java29 public static final int TRIE_HAS_VALUES = 8; field in DictionaryData
/third_party/icu/icu4c/source/common/
H A Ddictionarydata.h37 static const int32_t TRIE_HAS_VALUES; // = 8; member in DictionaryData
51 // Trie type: TRIE_HAS_VALUES | TRIE_TYPE_BYTES etc.
186 * The dictionary maps strings to specific values (TRIE_HAS_VALUES bit set in trieType),
187 * or it maps all strings to 0 (TRIE_HAS_VALUES bit not set).
H A Ddictionarydata.cpp27 const int32_t DictionaryData::TRIE_HAS_VALUES = 8; member in DictionaryData
/third_party/node/deps/icu-small/source/common/
H A Ddictionarydata.h37 static const int32_t TRIE_HAS_VALUES; // = 8; member in DictionaryData
51 // Trie type: TRIE_HAS_VALUES | TRIE_TYPE_BYTES etc.
186 * The dictionary maps strings to specific values (TRIE_HAS_VALUES bit set in trieType),
187 * or it maps all strings to 0 (TRIE_HAS_VALUES bit not set).
H A Ddictionarydata.cpp27 const int32_t DictionaryData::TRIE_HAS_VALUES = 8; member in DictionaryData
/third_party/skia/third_party/externals/icu/source/common/
H A Ddictionarydata.h37 static const int32_t TRIE_HAS_VALUES; // = 8; member in DictionaryData
51 // Trie type: TRIE_HAS_VALUES | TRIE_TYPE_BYTES etc.
186 * The dictionary maps strings to specific values (TRIE_HAS_VALUES bit set in trieType),
187 * or it maps all strings to 0 (TRIE_HAS_VALUES bit not set).
H A Ddictionarydata.cpp27 const int32_t DictionaryData::TRIE_HAS_VALUES = 8; member in DictionaryData
/third_party/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp437 indexes[DictionaryData::IX_TRIE_TYPE] |= DictionaryData::TRIE_HAS_VALUES; in main()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
H A Dgendict.cpp437 indexes[DictionaryData::IX_TRIE_TYPE] |= DictionaryData::TRIE_HAS_VALUES; in main()

Completed in 5 milliseconds