Home | History | Annotate | Download | only in dicttrieperf

Lines Matching defs:perf

16  * Usage from within <ICU build tree>/test/perf/dicttrieperf/ :
80 PackageLookup(const DictionaryTriePerfTest &perf) {
82 CharString filename(perf.getSourceDir(), errorCode);
136 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf)
137 : PackageLookup(perf) {
245 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf)
246 : BinarySearchPackageLookup(perf) {}
272 BytesTriePackageLookup(const DictionaryTriePerfTest &perf)
273 : PackageLookup(perf) {
328 DictLookup(const DictionaryTriePerfTest &perfTest) : perf(perfTest) {}
331 return perf.numTextLines;
335 const DictionaryTriePerfTest &perf;
408 const ULine *lines=perf.getCachedLines();
409 int32_t numLines=perf.getNumLines();
441 const ULine *lines=perf.getCachedLines();
442 int32_t numLines=perf.getNumLines();
465 const ULine *lines=perf.getCachedLines();
466 int32_t numLines=perf.getNumLines();
511 const ULine *lines=perf.getCachedLines();
512 int32_t numLines=perf.getNumLines();
590 const ULine *lines=perf.getCachedLines();
591 int32_t numLines=perf.getNumLines();
617 const ULine *lines=perf.getCachedLines();
618 int32_t numLines=perf.getNumLines();
675 puts("Running BytesTrie perf tests on the .dat package file from the --sourcedir.\n"
676 "For UCharsTrie perf tests on a dictionary text file, specify the -f or --file-name.\n");