HomeSort by relevance Sort by last modified time
    Searched defs:UTF8ToUTF16 (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/strings/
utf_string_conversions.cc 149 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) {
159 string16 UTF8ToUTF16(StringPiece utf8) {
193 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) {
197 string16 UTF8ToUTF16(StringPiece utf8) {
  /external/google-breakpad/src/common/
string_conversion.cc 41 void UTF8ToUTF16(const char *in, vector<uint16_t> *out) {
  /external/ImageMagick/coders/
emf.c 183 static size_t UTF8ToUTF16(const unsigned char *utf8,wchar_t *utf16)
274 length=UTF8ToUTF16(source,(wchar_t *) NULL);
294 length=UTF8ToUTF16(source,utf16);
pdf.c     [all...]
  /external/vboot_reference/cgpt/
cgpt_common.c 528 int UTF8ToUTF16(const uint8_t *utf8, uint16_t *utf16, unsigned int maxoutput)
    [all...]
  /external/libxml2/
encoding.c 675 * UTF8ToUTF16:
688 UTF8ToUTF16(unsigned char* outb, int *outlen,
    [all...]

Completed in 303 milliseconds