Home
last modified time | relevance | path

Searched refs:perfTest (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp332 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {} in DictLookup() argument
408 UCharsTrieDictLookup(const DictionaryTriePerfTest &perfTest) in UCharsTrieDictLookup() argument
409 : DictLookup(perfTest), trie(NULL) { in UCharsTrieDictLookup()
439 UCharsTrieDictMatches(const DictionaryTriePerfTest &perfTest) in UCharsTrieDictMatches() argument
440 : UCharsTrieDictLookup(perfTest) {} in UCharsTrieDictMatches()
465 UCharsTrieDictContains(const DictionaryTriePerfTest &perfTest) in UCharsTrieDictContains() argument
466 : UCharsTrieDictLookup(perfTest) {} in UCharsTrieDictContains()
510 BytesTrieDictLookup(const DictionaryTriePerfTest &perfTest) in BytesTrieDictLookup() argument
511 : DictLookup(perfTest), trie(NULL), noDict(FALSE) { in BytesTrieDictLookup()
585 BytesTrieDictMatches(const DictionaryTriePerfTest &perfTest) in BytesTrieDictMatches() argument
[all …]