Home
last modified time | relevance | path

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

/external/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(nullptr) { 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(nullptr), noDict(false) { in BytesTrieDictLookup()
585 BytesTrieDictMatches(const DictionaryTriePerfTest &perfTest) in BytesTrieDictMatches() argument
[all …]
/external/cronet/stable/third_party/icu/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(nullptr) { 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(nullptr), noDict(false) { in BytesTrieDictLookup()
585 BytesTrieDictMatches(const DictionaryTriePerfTest &perfTest) in BytesTrieDictMatches() argument
[all …]
/external/cronet/tot/third_party/icu/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(nullptr) { 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(nullptr), noDict(false) { in BytesTrieDictLookup()
585 BytesTrieDictMatches(const DictionaryTriePerfTest &perfTest) in BytesTrieDictMatches() argument
[all …]