/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | test_platform_v8.cc | 18 std::basic_string<uint16_t> utf16 = v8_inspector::UTF8ToUTF16( in UTF8ToUTF16() local
|
H A D | json_test.cc | 410 std::vector<uint16_t> utf16 = UTF8ToUTF16(SpanFrom(json)); in TEST_F() local
|
H A D | cbor_test.cc | 700 std::vector<uint16_t> utf16 = {'f', 'o', 'o'}; in TEST() local
|
H A D | cbor.cc | 302 void EncodeFromUTF16(span<uint16_t> utf16, std::vector<uint8_t>* out) { in EncodeFromUTF16() argument
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding_test_helper.h | 26 std::basic_string<uint16_t> utf16 = v8_inspector::UTF8ToUTF16( in UTF8ToUTF16() local
|
H A D | encoding_test.cc | 684 std::vector<uint16_t> utf16 = {'f', 'o', 'o'}; in TEST() local [all...] |
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode.cpp | 39 SkString SkUnicode::convertUtf16ToUtf8(const char16_t* utf16, int utf16Units) { in convertUtf16ToUtf8() argument 53 SkString SkUnicode::convertUtf16ToUtf8(const std::u16string& utf16) { in convertUtf16ToUtf8() argument [all...] |
H A D | SkUnicode_icu_bidi.cpp | 36 std::unique_ptr<SkBidiIterator> SkUnicode::makeBidiIterator(const uint16_t utf16[], in makeBidiIterator() argument 90 auto utf16 in extractBidi() local [all...] |
H A D | SkUnicode_icu.cpp | 208 static bool extractWords(uint16_t utf16[], int utf16Units, const char* locale, std::vector<Position>* words) { in extractWords() argument 379 auto utf16 = convertUtf8ToUtf16(utf8, utf8Units); variable [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_utl.c | 154 static int bmp_to_utf8(char *str, const unsigned char *utf16, int len) in bmp_to_utf8() argument
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_utl.c | 154 static int bmp_to_utf8(char *str, const unsigned char *utf16, int len) in bmp_to_utf8() argument
|
/third_party/skia/src/pdf/ |
H A D | SkPDFUtils.h | 106 uint16_t utf16[2] = {0, 0}; in WriteUTF16beHex() local
|
H A D | SkPDFMetadata.cpp | 87 uint16_t utf16[2]; in to_utf16be() local
|
/third_party/skia/experimental/sktext/src/ |
H A D | Text.cpp | 9 UnicodeText::UnicodeText(std::unique_ptr<SkUnicode> unicode, SkSpan<uint16_t> utf16) in UnicodeText() argument 30 void UnicodeText::initialize(SkSpan<uint16_t> utf16) { in initialize() argument [all...] |
/third_party/gn/src/base/strings/ |
H A D | utf_offset_string_conversions.cc | 251 UTF16ToUTF8AndAdjustOffsets( std::u16string_view utf16, std::vector<size_t>* offsets_for_adjustment) UTF16ToUTF8AndAdjustOffsets() argument
|
H A D | utf_string_conversions.cc | 175 std::string UTF16ToUTF8(std::u16string_view utf16) { in UTF16ToUTF8() argument 190 std::string UTF16ToASCII(std::u16string_view utf16) { in UTF16ToASCII() argument
|
/third_party/icu/icu4c/source/test/perf/unisetperf/ |
H A D | unisetperf.cpp | 213 UChar utf16[2]; in SpanUTF16() local 264 UChar utf16[2]; in SpanBackUTF16() local [all...] |
/third_party/rust/crates/clap/tests/builder/ |
H A D | main.rs | 47 mod utf16; modules
|
/third_party/skia/src/utils/ |
H A D | SkUTF.cpp | 71 int SkUTF::CountUTF16(const uint16_t* utf16, size_t byteLength) { in CountUTF16() argument 239 size_t SkUTF::ToUTF16(SkUnichar uni, uint16_t utf16[2]) { in ToUTF16() argument 269 uint16_t utf16[ in UTF8ToUTF16() local [all...] |
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 172 auto utf16 = fUtf16ToUtf8Indices.begin(); in setUTF8() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucnvseltst.c | 449 static UChar utf16[10000]; in TestSelector() local
|
/third_party/libexif/libexif/ |
H A D | exif-entry.c | 1443 unsigned char *utf16; in exif_entry_get_value() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-buffer.c | 33 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/modules/skunicode/include/ |
H A D | SkUnicode.h | 226 void forEachCodepoint(const char16_t* utf16, int32_t utf16Units, Callback&& callback) { in forEachCodepoint() argument 238 void forEachBidiRegion(const uint16_t utf16[], int utf16Units, SkBidiIterator::Direction dir, Callback&& callback) { in forEachBidiRegion() argument 262 forEachBreak(const char16_t utf16[], int utf16Units, SkUnicode::BreakType type, Callback&& callback) forEachBreak() argument [all...] |
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.cpp | 634 std::string narrow(const std::wstring& utf16) { in narrow() argument
|