Searched refs:USTRINGTRIE_BUILD_SMALL (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 297 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/ |
D | bytestrietest.cpp | 343 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()
|
D | ucharstrietest.cpp | 500 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/ |
D | stringtriebuilder.h | 45 USTRINGTRIE_BUILD_SMALL enumerator
|