Searched refs:PrepareForUTF8Output (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/strings/ |
D | utf_string_conversion_utils.cc | 108 void PrepareForUTF8Output(const CHAR* src, in PrepareForUTF8Output() function 124 template void PrepareForUTF8Output(const wchar_t*, size_t, std::string*); 125 template void PrepareForUTF8Output(const char16*, size_t, std::string*);
|
D | utf_string_conversions.cc | 53 PrepareForUTF8Output(src, src_len, output); in WideToUTF8() 64 PrepareForUTF8Output(wide.data(), wide.length(), &ret); in WideToUTF8() 177 PrepareForUTF8Output(src, src_len, output); in UTF16ToUTF8() 210 PrepareForUTF8Output(utf16.data(), utf16.length(), &ret); in UTF16ToUTF8()
|
D | utf_string_conversion_utils.h | 91 void PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output);
|