Searched defs:WideToUTF16 (Results 1 - 2 of 2) 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);
/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 247 milliseconds