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

  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 122 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
221 class FromUnicode : public Command {
223 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {}
226 FromUnicode * t = new FromUnicode(testcase);
334 case 1: name = "FromUnicode"; if (exec) return FromUnicode::get(*this); break;
364 printf("Number of fromUnicode callback calls in the last iteration: %ld\n", (long)fromUCallbackCount);
  /external/pdfium/core/fxcrt/
bytestring.cpp 700 ByteString ByteString::FromUnicode(const WideString& str) {

Completed in 3728 milliseconds