Home | History | Annotate | Download | only in dicttrieperf

Lines Matching full:perftest

329     DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {}
405 UCharsTrieDictLookup(const DictionaryTriePerfTest &perfTest)
406 : DictLookup(perfTest), trie(NULL) {
436 UCharsTrieDictMatches(const DictionaryTriePerfTest &perfTest)
437 : UCharsTrieDictLookup(perfTest) {}
462 UCharsTrieDictContains(const DictionaryTriePerfTest &perfTest)
463 : UCharsTrieDictLookup(perfTest) {}
507 BytesTrieDictLookup(const DictionaryTriePerfTest &perfTest)
508 : DictLookup(perfTest), trie(NULL), noDict(FALSE) {
582 BytesTrieDictMatches(const DictionaryTriePerfTest &perfTest)
583 : BytesTrieDictLookup(perfTest) {}
611 BytesTrieDictContains(const DictionaryTriePerfTest &perfTest)
612 : BytesTrieDictLookup(perfTest) {}