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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/tools/gendict/
H A Dgendict.cpp236 return bt->buildStringPiece(USTRINGTRIE_BUILD_SMALL, status);
241 ut->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, s, status);
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp236 return bt->buildStringPiece(USTRINGTRIE_BUILD_SMALL, status);
241 ut->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, s, status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstringtriebuilder.h50 USTRINGTRIE_BUILD_SMALL enumerator in enum:UStringTrieBuildOption
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h50 USTRINGTRIE_BUILD_SMALL enumerator in enum:UStringTrieBuildOption
/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/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);
/external/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.cpp1462 context.append(trieBuilder.buildUnicodeString(USTRINGTRIE_BUILD_SMALL, trieString, errorCode));

Completed in 2392 milliseconds