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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiContext.h36 FromUnicode enumerator in enum:blink::BidiEmbeddingSource
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
H A Dutfperf.cpp119 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
218 class FromUnicode : public Command { class in inherits:Command
220 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {} function in class:FromUnicode
223 FromUnicode * t = new FromUnicode(testcase);
331 case 1: name = "FromUnicode"; if (exec) return FromUnicode::get(*this); break;
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp119 // Base class for Roundtrip, FromUnicode and FromUTF8 with common setup.
218 class FromUnicode : public Command { class in inherits:Command
220 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {} function in class:FromUnicode
223 FromUnicode * t = new FromUnicode(testcase);
331 case 1: name = "FromUnicode"; if (exec) return FromUnicode::get(*this); break;
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp957 CFX_ByteString CFX_ByteString::FromUnicode(FX_LPCWSTR str, FX_STRSIZE len) function in class:CFX_ByteString
966 CFX_ByteString CFX_ByteString::FromUnicode(const CFX_WideString& str) function in class:CFX_ByteString
968 return FromUnicode((FX_LPCWSTR)str, str.GetLength());

Completed in 687 milliseconds