Home | History | Annotate | Download | only in dicttrieperf

Lines Matching defs:perf

16  * Usage from within <ICU build tree>/test/perf/dicttrieperf/ :
81 PackageLookup(const DictionaryTriePerfTest &perf) {
83 CharString filename(perf.getSourceDir(), errorCode);
137 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf)
138 : PackageLookup(perf) {
246 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf)
247 : BinarySearchPackageLookup(perf) {}
273 BytesTriePackageLookup(const DictionaryTriePerfTest &perf)
274 : PackageLookup(perf) {
329 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {}
332 return perf.numTextLines;
336 const DictionaryTriePerfTest &perf;
409 const ULine *lines=perf.getCachedLines();
410 int32_t numLines=perf.getNumLines();
442 const ULine *lines=perf.getCachedLines();
443 int32_t numLines=perf.getNumLines();
466 const ULine *lines=perf.getCachedLines();
467 int32_t numLines=perf.getNumLines();
512 const ULine *lines=perf.getCachedLines();
513 int32_t numLines=perf.getNumLines();
591 const ULine *lines=perf.getCachedLines();
592 int32_t numLines=perf.getNumLines();
618 const ULine *lines=perf.getCachedLines();
619 int32_t numLines=perf.getNumLines();
676 puts("Running BytesTrie perf tests on the .dat package file from the --sourcedir.\n"
677 "For UCharsTrie perf tests on a dictionary text file, specify the -f or --file-name.\n");