Searched defs:UTF8ToUTF16 (Results 1 – 7 of 7) sorted by relevance
| /external/libchrome/base/strings/ |
| D | old_utf_string_conversions.cc | 184 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16() function 194 string16 UTF8ToUTF16(StringPiece utf8) { in UTF8ToUTF16() function 228 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16() function 232 string16 UTF8ToUTF16(StringPiece utf8) { in UTF8ToUTF16() function
|
| D | utf_string_conversions.cc | 205 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16() function 209 string16 UTF8ToUTF16(StringPiece utf8) { in UTF8ToUTF16() function
|
| /external/google-breakpad/src/common/ |
| D | string_conversion.cc | 41 void UTF8ToUTF16(const char *in, vector<uint16_t> *out) { in UTF8ToUTF16() function
|
| /external/ImageMagick/coders/ |
| D | emf.c | 180 static size_t UTF8ToUTF16(const unsigned char *utf8,wchar_t *utf16) in UTF8ToUTF16() function
|
| D | pdf.c | 1055 static size_t UTF8ToUTF16(const unsigned char *utf8,wchar_t *utf16) in UTF8ToUTF16() function
|
| /external/vboot_reference/cgpt/ |
| D | cgpt_common.c | 528 int UTF8ToUTF16(const uint8_t *utf8, uint16_t *utf16, unsigned int maxoutput) in UTF8ToUTF16() function
|
| /external/libxml2/ |
| D | encoding.c | 688 UTF8ToUTF16(unsigned char* outb, int *outlen, in UTF8ToUTF16() function
|