Searched refs:trieUChars (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducharstrie.h53 * The trieUChars must contain a copy of a UChar sequence from the UCharsTrieBuilder,
61 * @param trieUChars The UChar array that contains the serialized trie.
64 UCharsTrie(const UChar *trieUChars) argument
65 : ownedArray_(NULL), uchars_(trieUChars),
260 * @param trieUChars The trie UChars.
269 Iterator(const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode);
369 UCharsTrie(UChar *adoptUChars, const UChar *trieUChars) argument
370 : ownedArray_(adoptUChars), uchars_(trieUChars),
/external/icu/icu4c/source/common/unicode/
H A Ducharstrie.h53 * The trieUChars must contain a copy of a UChar sequence from the UCharsTrieBuilder,
61 * @param trieUChars The UChar array that contains the serialized trie.
64 UCharsTrie(const UChar *trieUChars) argument
65 : ownedArray_(NULL), uchars_(trieUChars),
260 * @param trieUChars The trie UChars.
269 Iterator(const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode);
369 UCharsTrie(UChar *adoptUChars, const UChar *trieUChars) argument
370 : ownedArray_(adoptUChars), uchars_(trieUChars),
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducharstrietest.cpp377 UnicodeString trieUChars; local
378 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode);
379 logln("serialized trie size: %ld UChars\n", (long)trieUChars.length());
380 return new UCharsTrie(trieUChars.getBuffer());
742 UnicodeString trieUChars; local
743 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode);
744 UCharsTrie::Iterator iter(trieUChars.getBuffer(), 0, errorCode);
790 UnicodeString trieUChars; local
791 builder_->buildUnicodeString(buildOption, trieUChars, errorCode);
799 logln("serialized trie size: %ld UChars\n", (long)trieUChars
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp377 UnicodeString trieUChars; local
378 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode);
379 logln("serialized trie size: %ld UChars\n", (long)trieUChars.length());
380 return new UCharsTrie(trieUChars.getBuffer());
742 UnicodeString trieUChars; local
743 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode);
744 UCharsTrie::Iterator iter(trieUChars.getBuffer(), 0, errorCode);
790 UnicodeString trieUChars; local
791 builder_->buildUnicodeString(buildOption, trieUChars, errorCode);
799 logln("serialized trie size: %ld UChars\n", (long)trieUChars
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducharstrieiterator.cpp22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, argument
24 : uchars_(trieUChars),
/external/icu/icu4c/source/common/
H A Ducharstrieiterator.cpp22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, argument
24 : uchars_(trieUChars),
/external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp418 UnicodeString trieUChars; local
419 int32_t length=builder->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, trieUChars, errorCode).length();
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp418 UnicodeString trieUChars; local
419 int32_t length=builder->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, trieUChars, errorCode).length();

Completed in 1554 milliseconds