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

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

Completed in 89 milliseconds