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

  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 119 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
150 // Test roundtrip UTF-16->encoding->UTF-16.
151 class Roundtrip : public Command {
153 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {}
156 Roundtrip * t = new Roundtrip(testcase);
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
330 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break;
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 119 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
150 // Test roundtrip UTF-16->encoding->UTF-16.
151 class Roundtrip : public Command {
153 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {}
156 Roundtrip * t = new Roundtrip(testcase);
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
330 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break;

Completed in 187 milliseconds