Home
last modified time | relevance | path

Searched defs:UTF8ToWide (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/strings/
Dutf_string_conversions.cc58 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide() function
63 std::wstring UTF8ToWide(const StringPiece& utf8) { in UTF8ToWide() function