HomeSort by relevance Sort by last modified time
    Searched refs:SpanUTF8 (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
span8perf.sh 21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span8perf.bat 17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
  /external/icu4c/test/perf/unisetperf/draft/
span8perf.sh 21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span8perf.bat 17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
  /external/chromium/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 311 class SpanUTF8 : public Command {
313 SpanUTF8(const UnicodeSetPerformanceTest &testcase) : Command(testcase) {
326 if(testcase.set.spanUTF8(utf8, length, USET_SPAN_CONTAINED)>0) {
336 return new SpanUTF8(testcase);
346 i+=set.spanUTF8(s+i, length-i, (USetSpanCondition)tf);
351 fprintf(stderr, "error: SpanUTF8() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n",
412 case 3: name = "SpanUTF8"; if (exec) return SpanUTF8::get(*this); break;
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 311 class SpanUTF8 : public Command {
313 SpanUTF8(const UnicodeSetPerformanceTest &testcase) : Command(testcase) {
326 if(testcase.set.spanUTF8(utf8, length, USET_SPAN_CONTAINED)>0) {
336 return new SpanUTF8(testcase);
346 i+=set.spanUTF8(s+i, length-i, (USetSpanCondition)tf);
351 fprintf(stderr, "error: SpanUTF8() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n",
412 case 3: name = "SpanUTF8"; if (exec) return SpanUTF8::get(*this); break;

Completed in 6811 milliseconds