HomeSort by relevance Sort by last modified time
    Searched refs:USTRINGTRIE_BUILD_SMALL (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 296 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/tools/gendict/
gendict.cpp 236 return bt->buildStringPiece(USTRINGTRIE_BUILD_SMALL, status);
241 ut->buildUnicodeString(USTRINGTRIE_BUILD_SMALL, s, status);
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 50 USTRINGTRIE_BUILD_SMALL
  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 343 LocalPointer<BytesTrie> trie(buildMonthsTrie(USTRINGTRIE_BUILD_SMALL));
441 LocalPointer<BytesTrie> trie(buildMonthsTrie(USTRINGTRIE_BUILD_SMALL));
593 checkData(data, dataLength, USTRINGTRIE_BUILD_SMALL);
ucharstrietest.cpp 500 LocalPointer<UCharsTrie> trie(buildMonthsTrie(USTRINGTRIE_BUILD_SMALL));
599 LocalPointer<UCharsTrie> trie(buildMonthsTrie(USTRINGTRIE_BUILD_SMALL));
752 checkData(data, dataLength, USTRINGTRIE_BUILD_SMALL);
    [all...]
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp     [all...]

Completed in 474 milliseconds