Home
last modified time | relevance | path

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

/external/chromium_org/base/strings/
Dutf_string_conversion_utils.cc108 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*);
Dutf_string_conversions.cc46 PrepareForUTF8Output(src, src_len, output); in WideToUTF8()
142 PrepareForUTF8Output(src, src_len, output); in UTF16ToUTF8()
Dutf_string_conversion_utils.h88 void PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output);
Dutf_offset_string_conversions.cc253 PrepareForUTF8Output(utf16.data(), utf16.length(), &result); in UTF16ToUTF8AndAdjustOffsets()