Home
last modified time | relevance | path

Searched defs:utf16 (Results 1 – 25 of 54) sorted by relevance

123

/third_party/node/src/inspector/
Dnode_string.cc17 icu::UnicodeString utf16 = icu::UnicodeString::fromUTF8( in builderAppendQuotedString() local
30 icu::UnicodeString utf16 = in parseJSON() local
59 icu::UnicodeString utf16(unicodeSource, view.length()); in StringViewToUtf8() local
121 icu::UnicodeString utf16 = in CharacterCount() local
/third_party/skia/experimental/sktext/tests/
DFontResolvedText.cpp45 std::u16string utf16(u"Hello world"); in UNIX_ONLY_TEST() local
65 std::u16string utf16(u"English English 字典 字典 ������ ������"); in UNIX_ONLY_TEST() local
DShapedText.cpp45 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
DSelectableText.cpp98 …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
188 std::u16string utf16(u" Small Text \n"); in UNIX_ONLY_TEST() local
229 std::u16string utf16(u" Small Text \n"); in UNIX_ONLY_TEST() local
270 …std::u16string utf16(u" Leading spaces\nTrailing spaces \nLong text with collapsed spac… in UNIX_ONLY_TEST() local
DUnicodeText.cpp57 std::u16string utf16(u"Hello word\nHello world"); in UNIX_ONLY_TEST() local
DWrappedText.cpp96 …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
/third_party/skia/modules/skunicode/include/
DSkUnicode.h140 static SkString convertUtf16ToUtf8(const char16_t * utf16, int utf16Units) { in convertUtf16ToUtf8()
154 static SkString convertUtf16ToUtf8(const std::u16string& utf16) { in convertUtf16ToUtf8()
193 void forEachCodepoint(const char16_t* utf16, int32_t utf16Units, Callback&& callback) { in forEachCodepoint()
205 …void forEachBidiRegion(const uint16_t utf16[], int utf16Units, SkBidiIterator::Direction dir, Call… in forEachBidiRegion()
229 …void forEachBreak(const char16_t utf16[], int utf16Units, SkUnicode::BreakType type, Callback&& ca… in forEachBreak()
/third_party/node/tools/inspector_protocol/encoding/
Dencoding_test_helper.h26 std::basic_string<uint16_t> utf16 = v8_inspector::UTF8ToUTF16( in UTF8ToUTF16() local
/third_party/gn/src/base/strings/
Dutf_string_conversions.cc175 std::string UTF16ToUTF8(std::u16string_view utf16) { in UTF16ToUTF8()
190 std::string UTF16ToASCII(std::u16string_view utf16) { in UTF16ToASCII()
Dutf_offset_string_conversions.cc252 std::u16string_view utf16, in UTF16ToUTF8AndAdjustOffsets()
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu.cpp86 …static std::unique_ptr<SkBidiIterator> makeBidiIterator(const uint16_t utf16[], int utf16Units, Di… in makeBidiIterator()
120 std::unique_ptr<uint16_t[]> utf16(new uint16_t[utf16Units]); in makeBidiIterator() local
285 auto utf16 = convertUtf8ToUtf16(utf8, utf8Units); in extractBidi() local
333 static bool extractWords(uint16_t utf16[], int utf16Units, std::vector<Position>* words) { in extractWords()
507 auto utf16 = convertUtf8ToUtf16(utf8, utf8Units); in getWords() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-icu.cc182 UChar utf16[4], normalized[5]; in hb_icu_unicode_compose() local
242 UChar utf16[2], normalized[2 * 19/*HB_UNICODE_MAX_DECOMPOSITION_LEN*/ + 1]; in hb_icu_unicode_decompose() local
/third_party/skia/src/utils/
DSkUTF.cpp71 int SkUTF::CountUTF16(const uint16_t* utf16, size_t byteLength) { in CountUTF16()
269 uint16_t utf16[2]; in UTF8ToUTF16() local
/third_party/gstreamer/gstplugins_base/tests/check/gst/
Dtypefindfunctions.c432 guint8 *utf16; in generate_utf16() local
455 guint8 *utf16; in GST_START_TEST() local
/third_party/flutter/engine/flutter/third_party/txt/tests/
DGraphemeBreakTests.cpp41 TEST(GraphemeBreak, utf16) { in TEST() argument
/third_party/skia/src/pdf/
DSkPDFUtils.h106 uint16_t utf16[2] = {0, 0}; in WriteUTF16beHex() local
/third_party/flutter/skia/src/pdf/
DSkPDFUtils.h106 uint16_t utf16[2] = {0, 0}; in WriteUTF16beHex() local
/third_party/rust/crates/clap/tests/builder/
Dmain.rs47 mod utf16; module
/third_party/openssl/crypto/pkcs12/
Dp12_utl.c154 static int bmp_to_utf8(char *str, const unsigned char *utf16, int len) in bmp_to_utf8()
/third_party/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp213 UChar utf16[2]; in SpanUTF16() local
264 UChar utf16[2]; in SpanBackUTF16() local
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-buffer.c33 static const uint16_t utf16[8] = {'a', 'b', 0xD840, 0xDC00, 'd', 'e', 'f', 'g'}; variable
711 const uint16_t utf16[8]; member
/third_party/skia/experimental/sktext/samples/
DText.cpp175 …std::u16string utf16(u"يَهْدِيْكُمُ اللَّهُ وَيُصْلِحُ بَالَكُمُيَهْدِيْكُمُ اللَّهُ وَيُصْلِحُ بَ… in onDrawContent() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-buffer.c33 static const uint16_t utf16[8] = {'a', 'b', 0xD840, 0xDC00, 'd', 'e', 'f', 'g'}; variable
711 const uint16_t utf16[8]; member
/third_party/harfbuzz/test/api/
Dtest-buffer.c33 static const uint16_t utf16[8] = {'a', 'b', 0xD840, 0xDC00, 'd', 'e', 'f', 'g'}; variable
711 const uint16_t utf16[8]; member
/third_party/flutter/skia/src/utils/
DSkUTF.cpp70 int SkUTF::CountUTF16(const uint16_t* utf16, size_t byteLength) { in CountUTF16()

123