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

/external/chromium/base/
H A Dutf_string_conversions.cc77 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { function
82 string16 WideToUTF16(const std::wstring& wide) { function
97 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { function
105 string16 WideToUTF16(const std::wstring& wide) { function
107 WideToUTF16(wide.data(), wide.length(), &ret);

Completed in 129 milliseconds