Home
last modified time | relevance | path

Searched defs:UTF16ToUTF8 (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/strings/
Dutf_string_conversions.cc172 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function
182 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function
205 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function
209 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function
/external/google-breakpad/src/common/
Dstring_conversion.cc121 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap) { in UTF16ToUTF8() function
/external/fmtlib/fmt/
Dformat.cc326 FMT_FUNC internal::UTF16ToUTF8::UTF16ToUTF8(WStringRef s) { in UTF16ToUTF8() function in fmt::internal::UTF16ToUTF8
/external/vboot_reference/cgpt/
Dcgpt_common.c439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput, in UTF16ToUTF8() function
/external/fmtlib/test/
Dutil-test.cc768 TEST(UtilTest, UTF16ToUTF8) { in TEST() argument
/external/google-breakpad/src/processor/
Dminidump.cc232 static string* UTF16ToUTF8(const vector<uint16_t>& in, in UTF16ToUTF8() function