Searched defs:UTF8ToUTF16 (Results 1 - 2 of 2) sorted by path

/external/chromium/base/
H A Dutf_string_conversions.cc131 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { function
136 string16 UTF8ToUTF16(const base::StringPiece& utf8) { function
140 UTF8ToUTF16(utf8.data(), utf8.length(), &ret);
160 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { function
164 string16 UTF8ToUTF16(const base::StringPiece& utf8) { function
/external/libxml2/
H A Dencoding.c662 * UTF8ToUTF16:
675 UTF8ToUTF16(unsigned char* outb, int *outlen, function
1410 xmlNewCharEncodingHandler("UTF-16", UTF16LEToUTF8, UTF8ToUTF16);

Completed in 460 milliseconds