Searched refs:trieUChars (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ucharstrie.h | 66 UCharsTrie(const UChar *trieUChars) in UCharsTrie() argument 67 : ownedArray_(NULL), uchars_(trieUChars), in UCharsTrie() 271 Iterator(const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode); 371 UCharsTrie(UChar *adoptUChars, const UChar *trieUChars) in UCharsTrie() argument 372 : ownedArray_(adoptUChars), uchars_(trieUChars), in UCharsTrie()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucharstrietest.cpp | 378 UnicodeString trieUChars; in buildLargeTrie() local 379 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode); in buildLargeTrie() 380 logln("serialized trie size: %ld UChars\n", (long)trieUChars.length()); in buildLargeTrie() 381 return new UCharsTrie(trieUChars.getBuffer()); in buildLargeTrie() 743 UnicodeString trieUChars; in TestIteratorFromUChars() local 744 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode); in TestIteratorFromUChars() 745 UCharsTrie::Iterator iter(trieUChars.getBuffer(), 0, errorCode); in TestIteratorFromUChars() 791 UnicodeString trieUChars; in buildTrie() local 792 builder_->buildUnicodeString(buildOption, trieUChars, errorCode); in buildTrie() 800 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(const UChar *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()
|