OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trieUChars
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
ucharstrietest.cpp
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())
[
all
...]
/external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp
418
UnicodeString
trieUChars
;
419
int32_t length=builder->buildUnicodeString(USTRINGTRIE_BUILD_SMALL,
trieUChars
, errorCode).length();
Completed in 172 milliseconds