Home
last modified time | relevance | path

Searched defs:utf16 (Results 1 - 25 of 41) sorted by relevance

12

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dtest_platform_v8.cc18 std::basic_string<uint16_t> utf16 = v8_inspector::UTF8ToUTF16( in UTF8ToUTF16() local
H A Djson_test.cc410 std::vector<uint16_t> utf16 = UTF8ToUTF16(SpanFrom(json)); in TEST_F() local
H A Dcbor_test.cc700 std::vector<uint16_t> utf16 = {'f', 'o', 'o'}; in TEST() local
H A Dcbor.cc302 void EncodeFromUTF16(span<uint16_t> utf16, std::vector<uint8_t>* out) { in EncodeFromUTF16() argument
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding_test_helper.h26 std::basic_string<uint16_t> utf16 = v8_inspector::UTF8ToUTF16( in UTF8ToUTF16() local
H A Dencoding_test.cc684 std::vector<uint16_t> utf16 = {'f', 'o', 'o'}; in TEST() local
[all...]
/third_party/skia/modules/skunicode/src/
H A DSkUnicode.cpp39 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 DSkUnicode_icu_bidi.cpp36 std::unique_ptr<SkBidiIterator> SkUnicode::makeBidiIterator(const uint16_t utf16[], in makeBidiIterator() argument
90 auto utf16 in extractBidi() local
[all...]
H A DSkUnicode_icu.cpp208 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 Dp12_utl.c154 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 Dp12_utl.c154 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 DSkPDFUtils.h106 uint16_t utf16[2] = {0, 0}; in WriteUTF16beHex() local
H A DSkPDFMetadata.cpp87 uint16_t utf16[2]; in to_utf16be() local
/third_party/skia/experimental/sktext/src/
H A DText.cpp9 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 Dutf_offset_string_conversions.cc251 UTF16ToUTF8AndAdjustOffsets( std::u16string_view utf16, std::vector<size_t>* offsets_for_adjustment) UTF16ToUTF8AndAdjustOffsets() argument
H A Dutf_string_conversions.cc175 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 Dunisetperf.cpp213 UChar utf16[2]; in SpanUTF16() local
264 UChar utf16[2]; in SpanBackUTF16() local
[all...]
/third_party/rust/crates/clap/tests/builder/
H A Dmain.rs47 mod utf16; modules
/third_party/skia/src/utils/
H A DSkUTF.cpp71 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 DSkShaper_coretext.cpp172 auto utf16 = fUtf16ToUtf8Indices.begin(); in setUTF8() local
/third_party/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c449 static UChar utf16[10000]; in TestSelector() local
/third_party/libexif/libexif/
H A Dexif-entry.c1443 unsigned char *utf16; in exif_entry_get_value() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A 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/modules/skunicode/include/
H A DSkUnicode.h226 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 Dtest_util.cpp634 std::string narrow(const std::wstring& utf16) { in narrow() argument

Completed in 22 milliseconds

12