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

/external/chromium_org/base/strings/
H A Dutf_string_conversions.cc83 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { function in namespace:base
88 std::wstring UTF16ToWide(const string16& utf16) { function in namespace:base
108 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { function in namespace:base
116 std::wstring UTF16ToWide(const string16& utf16) { function in namespace:base
118 UTF16ToWide(utf16.data(), utf16.length(), &ret);

Completed in 232 milliseconds