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

  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 297 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/
stringtriebuilder.h 45 USTRINGTRIE_BUILD_SMALL
  /external/icu4c/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...]

Completed in 1341 milliseconds