Home
last modified time | relevance | path

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

/external/icu4c/test/perf/dicttrieperf/
Ddicttrieperf.cpp297 int32_t length=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, errorCode).length(); in BytesTriePackageLookup()
309 … const char *nameTrieBytes=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, *pErrorCode).data(); in call()
470 …int32_t length=builder->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, trieUChars, errorCode).length(… in UCharsTrieDictLookup()
472 trie=builder->build(USTRINGTRIE_BUILD_SMALL, errorCode); in UCharsTrieDictLookup()
578 int32_t length=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, errorCode).length(); in BytesTrieDictLookup()
580 trie=builder->build(USTRINGTRIE_BUILD_SMALL, errorCode); in BytesTrieDictLookup()
/external/icu4c/test/intltest/
Dbytestrietest.cpp343 LocalPointer<BytesTrie> trie(buildMonthsTrie(USTRINGTRIE_BUILD_SMALL)); in TestGetNextBytes()
441 LocalPointer<BytesTrie> trie(buildMonthsTrie(USTRINGTRIE_BUILD_SMALL)); in TestIteratorFromLinearMatch()
593 checkData(data, dataLength, USTRINGTRIE_BUILD_SMALL); in checkData()
Ducharstrietest.cpp500 LocalPointer<UCharsTrie> trie(buildMonthsTrie(USTRINGTRIE_BUILD_SMALL)); in TestGetNextUChars()
599 LocalPointer<UCharsTrie> trie(buildMonthsTrie(USTRINGTRIE_BUILD_SMALL)); in TestIteratorFromLinearMatch()
752 checkData(data, dataLength, USTRINGTRIE_BUILD_SMALL); in checkData()
/external/icu4c/common/unicode/
Dstringtriebuilder.h45 USTRINGTRIE_BUILD_SMALL enumerator