Searched refs:trieUChars (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucharstrie.h | 66 UCharsTrie(ConstChar16Ptr trieUChars) in UCharsTrie() argument 67 : ownedArray_(NULL), uchars_(trieUChars), in UCharsTrie() 271 Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, UErrorCode &errorCode); 371 UCharsTrie(char16_t *adoptUChars, const char16_t *trieUChars) in UCharsTrie() argument 372 : ownedArray_(adoptUChars), uchars_(trieUChars), in UCharsTrie()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucharstrietest.cpp | 379 UnicodeString trieUChars; in buildLargeTrie() local 380 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode); in buildLargeTrie() 381 logln("serialized trie size: %ld UChars\n", (long)trieUChars.length()); in buildLargeTrie() 382 return new UCharsTrie(trieUChars.getBuffer()); in buildLargeTrie() 744 UnicodeString trieUChars; in TestIteratorFromUChars() local 745 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode); in TestIteratorFromUChars() 746 UCharsTrie::Iterator iter(trieUChars.getBuffer(), 0, errorCode); in TestIteratorFromUChars() 792 UnicodeString trieUChars; in buildTrie() local 793 builder_->buildUnicodeString(buildOption, trieUChars, errorCode); in buildTrie() 801 logln("serialized trie size: %ld UChars\n", (long)trieUChars.length()); in buildTrie() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucharstrieiterator.cpp | 24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator() argument 26 : uchars_(trieUChars), in Iterator()
|
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 421 UnicodeString trieUChars; in UCharsTrieDictLookup() local 422 …int32_t length=builder->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, trieUChars, errorCode).length(… in UCharsTrieDictLookup()
|