| /external/cronet/net/proxy_resolution/ |
| D | pac_file_data.cc | 19 scoped_refptr<PacFileData> PacFileData::FromUTF16(const std::u16string& utf16) { in FromUTF16() 36 const std::u16string& PacFileData::utf16() const { in utf16() function in net::PacFileData 64 const std::u16string& utf16) in PacFileData()
|
| /external/skia/modules/skunicode/src/ |
| D | SkUnicode.cpp | 41 SkString SkUnicode::convertUtf16ToUtf8(const char16_t* utf16, int utf16Units) { in convertUtf16ToUtf8() 55 SkString SkUnicode::convertUtf16ToUtf8(const std::u16string& utf16) { in convertUtf16ToUtf8() 67 AutoTArray<uint16_t> utf16(utf16Units); in convertUtf8ToUtf16() local
|
| D | SkUnicode_icu_bidi.cpp | 36 std::unique_ptr<SkBidiIterator> SkUnicode::makeBidiIterator(const uint16_t utf16[], in makeBidiIterator() 72 std::unique_ptr<uint16_t[]> utf16(new uint16_t[utf16Units]); in makeBidiIterator() local 90 auto utf16 = SkUnicode::convertUtf8ToUtf16(utf8, utf8Units); in extractBidi() local
|
| D | SkUnicode_icu.cpp | 209 …static bool extractWords(uint16_t utf16[], int utf16Units, const char* locale, std::vector<Positi… in extractWords() 376 auto utf16 = convertUtf8ToUtf16(utf8, utf8Units); in getWords() local 427 bool computeCodeUnitFlags(char16_t utf16[], int utf16Units, bool replaceTabs, in computeCodeUnitFlags()
|
| /external/libchrome/base/strings/ |
| D | old_utf_string_conversions.cc | 144 std::wstring UTF16ToWide(const string16& utf16) { in UTF16ToWide() 172 std::wstring UTF16ToWide(const string16& utf16) { in UTF16ToWide() 217 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() 240 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() 257 std::string UTF16ToASCII(StringPiece16 utf16) { in UTF16ToASCII()
|
| D | utf_string_conversions.cc | 221 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() 248 std::wstring UTF16ToWide(StringPiece16 utf16) { in UTF16ToWide() 270 std::wstring UTF16ToWide(StringPiece16 utf16) { in UTF16ToWide() 328 std::string UTF16ToASCII(StringPiece16 utf16) { in UTF16ToASCII()
|
| D | latin1_string_conversions.cc | 11 const char16* utf16) { in Latin1OrUTF16ToUTF16()
|
| /external/libchrome/base/i18n/ |
| D | icu_string_conversions.cc | 143 bool UTF16ToCodepage(const string16& utf16, in UTF16ToCodepage() 161 string16* utf16) { in CodepageToUTF16() 198 string16 utf16; in ConvertToUtf8AndNormalize() local
|
| D | icu_string_conversions_unittest.cc | 172 string16 utf16; in TEST() local
|
| /external/cronet/base/i18n/ |
| D | icu_string_conversions.cc | 141 bool UTF16ToCodepage(base::StringPiece16 utf16, in UTF16ToCodepage() 158 std::u16string* utf16) { in CodepageToUTF16() 195 std::u16string utf16; in ConvertToUtf8AndNormalize() local
|
| D | icu_string_conversions_unittest.cc | 172 std::u16string utf16; in TEST() local
|
| /external/skia/experimental/sktext/tests/ |
| D | FontResolvedText.cpp | 45 std::u16string utf16(u"Hello world"); in UNIX_ONLY_TEST() local 65 std::u16string utf16(u"English English 字典 字典 "); in UNIX_ONLY_TEST() local
|
| D | ShapedText.cpp | 45 std::u16string utf16(u"Hello world\nHello world"); in UNIX_ONLY_TEST() local 64 std::u16string utf16(u"\u202EHELLO WORLD\nHELLO WORLD"); in UNIX_ONLY_TEST() local
|
| D | SelectableText.cpp | 98 …std::u16string utf16(u" Leading spaces\nTrailing spaces \nLong text with collapsed spac… in UNIX_ONLY_TEST() local 146 …std::u16string utf16(u" Leading spaces\nTrailing spaces \nLong text with collapsed spac… in UNIX_ONLY_TEST() local 187 std::u16string utf16(u" Small Text \n"); in UNIX_ONLY_TEST() local 228 std::u16string utf16(u" Small Text \n"); in UNIX_ONLY_TEST() local 269 …std::u16string utf16(u" Leading spaces\nTrailing spaces \nLong text with collapsed spac… in UNIX_ONLY_TEST() local
|
| D | UnicodeText.cpp | 57 std::u16string utf16(u"Hello word\nHello world"); in UNIX_ONLY_TEST() local
|
| D | WrappedText.cpp | 96 …std::u16string utf16(u" Leading spaces\nTrailing spaces \nLong text with collapsed spac… in UNIX_ONLY_TEST() local 145 …std::u16string utf16(u"يَهْدِيْكُمُ اللَّهُ وَيُصْلِحُ بَالَكُمُيَهْدِيْكُمُ اللَّهُ وَيُصْلِحُ بَ… in UNIX_ONLY_TEST() local
|
| /external/cronet/base/strings/ |
| D | latin1_string_conversions.cc | 11 const char16_t* utf16) { in Latin1OrUTF16ToUTF16()
|
| D | utf_string_conversions.cc | 238 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() 265 std::wstring UTF16ToWide(StringPiece16 utf16) { in UTF16ToWide() 287 std::wstring UTF16ToWide(StringPiece16 utf16) { in UTF16ToWide() 345 std::string UTF16ToASCII(StringPiece16 utf16) { in UTF16ToASCII()
|
| /external/skia/modules/skunicode/include/ |
| D | SkUnicode.h | 221 void forEachCodepoint(const char16_t* utf16, int32_t utf16Units, Callback&& callback) { in forEachCodepoint() 233 …void forEachBidiRegion(const uint16_t utf16[], int utf16Units, SkBidiIterator::Direction dir, Call… in forEachBidiRegion() 257 …void forEachBreak(const char16_t utf16[], int utf16Units, SkUnicode::BreakType type, Callback&& ca… in forEachBreak()
|
| /external/angle/src/common/ |
| D | system_utils_win.cpp | 236 std::string Narrow(const std::wstring_view &utf16) in Narrow() 258 std::wstring utf16(requiredSize, L'\0'); in Widen() local
|
| /external/skia/src/base/ |
| D | SkUTF.cpp | 70 int SkUTF::CountUTF16(const uint16_t* utf16, size_t byteLength) { in CountUTF16() 268 uint16_t utf16[2]; in UTF8ToUTF16() local
|
| /external/ImageMagick/coders/ |
| D | emf.c | 178 static size_t UTF8ToUTF16(const unsigned char *utf8,wchar_t *utf16) in UTF8ToUTF16() 267 *utf16; in ConvertUTF8ToUTF16() local
|
| D | pdf.c | 925 static size_t UTF8ToUTF16(const unsigned char *utf8,wchar_t *utf16) in UTF8ToUTF16() 1011 *utf16; in ConvertUTF8ToUTF16() local 2958 *utf16; in WritePDFImage() local
|
| /external/oj-libjdwp/src/share/npt/ |
| D | utf.c | 92 utf16ToUtf8m(struct UtfInst *ui, unsigned short *utf16, int len, jbyte *output, int outputMaxLen) in utf16ToUtf8m() 132 utf16ToUtf8s(struct UtfInst *ui, unsigned short *utf16, int len, jbyte *output, int outputMaxLen) in utf16ToUtf8s()
|
| /external/skia/src/pdf/ |
| D | SkPDFUtils.h | 106 uint16_t utf16[2] = {0, 0}; in WriteUTF16beHex() local
|