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

/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp122 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
266 class FromUTF8 : public Command { class in inherits:Command
268 FromUTF8(const UtfPerformanceTest &testcase) function in class:FromUTF8
276 FromUTF8 * t = new FromUTF8(testcase);
284 ~FromUTF8() {
335 case 2: name = "FromUTF8"; if (exec) return FromUTF8::get(*this); break;
/external/flatbuffers/include/flatbuffers/
H A Dutil.h299 inline int FromUTF8(const char **in) { function in namespace:flatbuffers
398 int ucc = FromUTF8(&utf8);
/external/pdfium/core/fxcrt/
H A Dwidestring.cpp875 WideString WideString::FromUTF8(const ByteStringView& str) { function in class:fxcrt::WideString

Completed in 1801 milliseconds