/external/libchrome/base/strings/ |
D | utf_string_conversions.cc | 109 std::wstring UTF16ToWide(const string16& utf16) { in UTF16ToWide() 137 std::wstring UTF16ToWide(const string16& utf16) { in UTF16ToWide() 182 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() 209 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() 226 std::string UTF16ToASCII(StringPiece16 utf16) { in UTF16ToASCII()
|
D | utf_string_conversions_unittest.cc | 128 const wchar_t* utf16; in TEST() member
|
D | string_util_unittest.cc | 480 string16 utf16 = ASCIIToUTF16(char_cases[i]); in TEST() local
|
/external/harfbuzz_ng/src/ |
D | hb-icu.cc | 190 UChar utf16[4], normalized[5]; in hb_icu_unicode_compose() local 249 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; in hb_icu_unicode_decompose() local 319 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; in hb_icu_unicode_decompose_compatibility() local
|
/external/skia/src/pdf/ |
D | SkPDFUtils.h | 97 uint16_t utf16[2] = {0, 0}; in WriteUTF16beHex() local
|
/external/ImageMagick/coders/ |
D | emf.c | 179 static size_t UTF8ToUTF16(const unsigned char *utf8,wchar_t *utf16) in UTF8ToUTF16() 268 *utf16; in ConvertUTF8ToUTF16() local
|
D | pdf.c | 1000 static size_t UTF8ToUTF16(const unsigned char *utf8,wchar_t *utf16) in UTF8ToUTF16() 1086 *utf16; in ConvertUTF8ToUTF16() local 1280 *utf16; in WritePDFImage() local
|
/external/harfbuzz_ng/test/api/ |
D | test-buffer.c | 33 static const uint16_t utf16[8] = {'a', 'b', 0xD840, 0xDC00, 'd', 'e', 'f', 'g'}; variable 710 const uint16_t utf16[8]; member
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 213 UChar utf16[2]; in SpanUTF16() local 264 UChar utf16[2]; in SpanBackUTF16() local
|
/external/v8/tools/clang/plugins/ |
D | ChromeClassTester.cpp | 145 std::wstring utf16(size_needed, L'\0'); in InBannedDirectory() local
|
/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 235 static const UChar utf16[]={ 0x61, 0xE4, 0xDF, 0x4E00 }; in TestBasicManipulation() local 1830 static const UChar utf16[] = { in TestUTF32() local 1896 static const UChar utf16[] = { in TestUTF8() local
|
/external/libchrome/base/files/ |
D | file_path.cc | 624 FilePath FilePath::FromUTF16Unsafe(StringPiece16 utf16) { in FromUTF16Unsafe() 657 FilePath FilePath::FromUTF16Unsafe(StringPiece16 utf16) { in FromUTF16Unsafe()
|
/external/skia/src/core/ |
D | SkUtils.cpp | 349 size_t SkUTF16_ToUTF8(const uint16_t utf16[], int numberOf16BitValues, in SkUTF16_ToUTF8()
|
/external/vboot_reference/cgpt/ |
D | cgpt_common.c | 439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput, in UTF16ToUTF8() 528 int UTF8ToUTF16(const uint8_t *utf8, uint16_t *utf16, unsigned int maxoutput) in UTF8ToUTF16()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucnvseltst.c | 447 static UChar utf16[10000]; in TestSelector() local
|
D | ccapitst.c | 2453 UChar utf16[U16_MAX_LENGTH]; in getTestChar() local 2759 utf16[]={ in TestConvertAlgorithmic() local
|
/external/libexif/libexif/ |
D | exif-entry.c | 1383 unsigned short *utf16 = exif_mem_alloc (e->priv->mem, e->size+sizeof(unsigned short)); in exif_entry_get_value() local
|
/external/syslinux/core/fs/fat/ |
D | fat.c | 361 uint16_t utf16; in vfat_cvt_longname() member
|
/external/skia/samplecode/ |
D | SampleAll.cpp | 341 short utf16[] = {'u', 't', 'f', '1', '6', 0x2026 }; in drawPicture() local
|
/external/icu/icu4c/source/common/ |
D | unistr.cpp | 463 UChar *utf16 = result.getBuffer(capacity); in fromUTF32() local 1339 UChar *utf16 = getBuffer(capacity); in setToUTF8() local
|
/external/libchrome/base/ |
D | values_unittest.cc | 155 string16 utf16 = ASCIIToUTF16("http://google.com"); in TEST() local
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 1878 Charset utf16 = Charset.forName("UTF-16"); in TestUTF16Bom() local 2671 Charset utf16 = Charset.forName("UTF-32"); in TestUTF32BOM() local
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 2113 UniChar* utf16 = charStorage.reset(2 * glyphCount); in onCharsToGlyphs() local 2135 UniChar* utf16 = charStorage.reset(2 * glyphCount); in onCharsToGlyphs() local
|
/external/expat/lib/ |
D | xmltok.c | 1346 unsigned short utf16[256]; member
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 4472 WCHAR * utf16; in WindowsLatin1toUTF8() local
|