Home
last modified time | relevance | path

Searched refs:PrepareForUTF8Output (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/strings/
Dold_utf_string_conversions.cc21 void PrepareForUTF8Output(const CHAR* src, in PrepareForUTF8Output() function
88 PrepareForUTF8Output(src, src_len, output); in WideToUTF8()
99 PrepareForUTF8Output(wide.data(), wide.length(), &ret); in WideToUTF8()
212 PrepareForUTF8Output(src, src_len, output); in UTF16ToUTF8()
245 PrepareForUTF8Output(utf16.data(), utf16.length(), &ret); in UTF16ToUTF8()
Dutf_string_conversion_utils.cc109 void PrepareForUTF8Output(const CHAR* src, in PrepareForUTF8Output() function
127 template void PrepareForUTF8Output(const wchar_t*, size_t, std::string*);
129 template void PrepareForUTF8Output(const char16*, size_t, std::string*);
Dutf_string_conversion_utils.h91 void PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output);