Searched refs:PrepareForUTF8Output (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/strings/ |
D | old_utf_string_conversions.cc | 21 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()
|
D | utf_string_conversion_utils.cc | 109 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*);
|
D | utf_string_conversion_utils.h | 91 void PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output);
|