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

/external/chromium_org/base/strings/
H A Dutf_string_conversions.cc74 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { function in namespace:base
79 string16 WideToUTF16(const std::wstring& wide) { function in namespace:base
94 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { function in namespace:base
102 string16 WideToUTF16(const std::wstring& wide) { function in namespace:base
104 WideToUTF16(wide.data(), wide.length(), &ret);

Completed in 213 milliseconds