Lines Matching refs:trieUChars
377 UnicodeString trieUChars;
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;
743 builder_->buildUnicodeString(USTRINGTRIE_BUILD_FAST, trieUChars, errorCode);
744 UCharsTrie::Iterator iter(trieUChars.getBuffer(), 0, errorCode);
790 UnicodeString trieUChars;
791 builder_->buildUnicodeString(buildOption, trieUChars, errorCode);
799 logln("serialized trie size: %ld UChars\n", (long)trieUChars.length());
802 if(trieUChars.getBuffer()==trieUChars2.getBuffer()) {
1012 if(errorCode.logIfFailureAndReset("UCharsTrie::Iterator(trieUChars) constructor")) {