Searched defs:UTF16ToUTF8 (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/strings/ |
D | old_utf_string_conversions.cc | 207 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function 217 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function 236 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function 240 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function
|
D | utf_string_conversions.cc | 217 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function 221 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function
|
/external/google-breakpad/src/common/ |
D | string_conversion.cc | 121 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap) { in UTF16ToUTF8() function
|
/external/vboot_reference/cgpt/ |
D | cgpt_common.c | 439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput, in UTF16ToUTF8() function
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 232 static string* UTF16ToUTF8(const vector<uint16_t>& in, in UTF16ToUTF8() function
|