Searched refs:SpanUTF16 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/perf/unisetperf/draft/
H A Dspan16perf.sh21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
H A Dspan16perf.bat17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/unisetperf/
H A Dunisetperf.cpp205 class SpanUTF16 : public Command { class in inherits:Command
207 SpanUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { function in class:SpanUTF16
235 return new SpanUTF16(testcase);
250 fprintf(stderr, "error: SpanUTF16() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n",
410 case 1: name = "SpanUTF16"; if (exec) return SpanUTF16::get(*this); break;

Completed in 126 milliseconds