Searched defs:UTF8ToWide (Results 1 - 1 of 1) sorted by path

/external/chromium_org/base/strings/
H A Dutf_string_conversions.cc58 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { function in namespace:base
63 std::wstring UTF8ToWide(const StringPiece& utf8) { function in namespace:base
65 UTF8ToWide(utf8.data(), utf8.length(), &ret);
158 return UTF8ToWide(src, src_len, output);
162 return UTF8ToWide(utf8);

Completed in 757 milliseconds