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

/external/icu4c/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp296 int32_t length=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, errorCode).length();
308 const char *nameTrieBytes=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, *pErrorCode).data();
419 int32_t length=builder->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, trieUChars, errorCode).length();
421 trie=builder->build(USTRINGTRIE_BUILD_SMALL, errorCode);
527 int32_t length=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, errorCode).length();
529 trie=builder->build(USTRINGTRIE_BUILD_SMALL, errorCode);
/external/icu4c/tools/gendict/
H A Dgendict.cpp238 return bt->buildStringPiece(USTRINGTRIE_BUILD_SMALL, status);
243 ut->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, s, status);
/external/icu4c/common/unicode/
H A Dstringtriebuilder.h50 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 143 milliseconds