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

  /external/chromium/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 357 class SpanBackUTF8 : public Command {
359 SpanBackUTF8(const UnicodeSetPerformanceTest &testcase) : Command(testcase) {
372 if(testcase.set.spanBackUTF8(utf8, length, USET_SPAN_CONTAINED)==0) {
382 return new SpanBackUTF8(testcase);
396 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf);
401 fprintf(stderr, "error: SpanBackUTF8() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n",
413 case 4: name = "SpanBackUTF8"; if (exec) return SpanBackUTF8::get(*this); break;
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 357 class SpanBackUTF8 : public Command {
359 SpanBackUTF8(const UnicodeSetPerformanceTest &testcase) : Command(testcase) {
372 if(testcase.set.spanBackUTF8(utf8, length, USET_SPAN_CONTAINED)==0) {
382 return new SpanBackUTF8(testcase);
396 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf);
401 fprintf(stderr, "error: SpanBackUTF8() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n",
413 case 4: name = "SpanBackUTF8"; if (exec) return SpanBackUTF8::get(*this); break;

Completed in 229 milliseconds