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

/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp122 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
221 class FromUnicode : public Command { class in inherits:Command
223 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {} function in class:FromUnicode
226 FromUnicode * t = new FromUnicode(testcase);
334 case 1: name = "FromUnicode"; if (exec) return FromUnicode::get(*this); break;
/external/pdfium/core/fxcrt/
H A Dbytestring.cpp700 ByteString ByteString::FromUnicode(const WideString& str) { function in class:fxcrt::ByteString

Completed in 129 milliseconds