Searched defs:nameTrieBytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp262 static int32_t bytesTrieLookup(const char *s, const char *nameTrieBytes) { argument
263 BytesTrie trie(nameTrieBytes);
308 const char *nameTrieBytes=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, *pErrorCode).data(); local
311 if(bytesTrieLookup(name, nameTrieBytes)<0) {
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp262 static int32_t bytesTrieLookup(const char *s, const char *nameTrieBytes) { argument
263 BytesTrie trie(nameTrieBytes);
308 const char *nameTrieBytes=builder->buildStringPiece(USTRINGTRIE_BUILD_SMALL, *pErrorCode).data(); local
311 if(bytesTrieLookup(name, nameTrieBytes)<0) {

Completed in 1779 milliseconds