Home
last modified time | relevance | path

Searched refs:trieUChars (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Ducharstrie.h64 UCharsTrie(const UChar *trieUChars) in UCharsTrie() argument
65 : ownedArray_(NULL), uchars_(trieUChars), in UCharsTrie()
269 Iterator(const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode);
369 UCharsTrie(UChar *adoptUChars, const UChar *trieUChars) in UCharsTrie() argument
370 : ownedArray_(adoptUChars), uchars_(trieUChars), in UCharsTrie()
/external/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp376 UnicodeString trieUChars; in buildLargeTrie() local
377 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode); in buildLargeTrie()
378 logln("serialized trie size: %ld UChars\n", (long)trieUChars.length()); in buildLargeTrie()
379 return new UCharsTrie(trieUChars.getBuffer()); in buildLargeTrie()
741 UnicodeString trieUChars; in TestIteratorFromUChars() local
742 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode); in TestIteratorFromUChars()
743 UCharsTrie::Iterator iter(trieUChars.getBuffer(), 0, errorCode); in TestIteratorFromUChars()
789 UnicodeString trieUChars; in buildTrie() local
790 builder_->buildUnicodeString(buildOption, trieUChars, errorCode); in buildTrie()
798 logln("serialized trie size: %ld UChars\n", (long)trieUChars.length()); in buildTrie()
[all …]
/external/icu/icu4c/source/common/
Ducharstrieiterator.cpp22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, in Iterator() argument
24 : uchars_(trieUChars), in Iterator()
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp417 UnicodeString trieUChars; in UCharsTrieDictLookup() local
418 …int32_t length=builder->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, trieUChars, errorCode).length(… in UCharsTrieDictLookup()