Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DDictionaryData.java34 public static final int IX_STRING_TRIE_OFFSET = 0; field in DictionaryData
53 // TODO: read indexes[IX_STRING_TRIE_OFFSET] first, then read a variable-length indexes[] in loadDictionaryFor()
57 int offset = indexes[IX_STRING_TRIE_OFFSET]; in loadDictionaryFor()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDictionaryData.java35 public static final int IX_STRING_TRIE_OFFSET = 0; field in DictionaryData
54 // TODO: read indexes[IX_STRING_TRIE_OFFSET] first, then read a variable-length indexes[] in loadDictionaryFor()
58 int offset = indexes[IX_STRING_TRIE_OFFSET]; in loadDictionaryFor()
/third_party/icu/icu4c/source/common/
H A Ddictionarydata.h46 IX_STRING_TRIE_OFFSET, enumerator
165 * int32_t indexes[indexesLength]; -- indexesLength=indexes[IX_STRING_TRIE_OFFSET]/4;
H A Dbrkeng.cpp275 const int32_t offset = indexes[DictionaryData::IX_STRING_TRIE_OFFSET]; in loadDictionaryMatcherFor()
/third_party/node/deps/icu-small/source/common/
H A Ddictionarydata.h46 IX_STRING_TRIE_OFFSET, enumerator
165 * int32_t indexes[indexesLength]; -- indexesLength=indexes[IX_STRING_TRIE_OFFSET]/4;
H A Dbrkeng.cpp276 const int32_t offset = indexes[DictionaryData::IX_STRING_TRIE_OFFSET]; in loadDictionaryMatcherFor()
/third_party/skia/third_party/externals/icu/source/common/
H A Ddictionarydata.h46 IX_STRING_TRIE_OFFSET, enumerator
165 * int32_t indexes[indexesLength]; -- indexesLength=indexes[IX_STRING_TRIE_OFFSET]/4;
H A Dbrkeng.cpp255 const int32_t offset = indexes[DictionaryData::IX_STRING_TRIE_OFFSET]; in loadDictionaryMatcherFor()
/third_party/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp430 int32_t size = outDataSize + indexes[DictionaryData::IX_STRING_TRIE_OFFSET]; in main()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
H A Dgendict.cpp430 int32_t size = outDataSize + indexes[DictionaryData::IX_STRING_TRIE_OFFSET]; in main()

Completed in 6 milliseconds