Searched defs:Roundtrip (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/perf/utfperf/
H A Dutfperf.cpp119 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
151 class Roundtrip : public Command { class in inherits:Command
153 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} function in class:Roundtrip
156 Roundtrip * t = new Roundtrip(testcase);
330 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break;

Completed in 71 milliseconds