Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
H A Dutf_string_conversion_utils.cc94 void PrepareForUTF8Output(const CHAR* src, in PrepareForUTF8Output() function
110 template void PrepareForUTF8Output(const char16_t*, size_t, std::string*);
H A Dutf_string_conversion_utils.h72 void PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output);
75 // UTF-8 input that will be converted to it. See PrepareForUTF8Output().
H A Dutf_offset_string_conversions.cc259 PrepareForUTF8Output(utf16.data(), utf16.length(), &result); in UTF16ToUTF8AndAdjustOffsets()

Completed in 2 milliseconds