Home
last modified time | relevance | path

Searched defs:UTF8ToUTF16 (Results 1 – 3 of 3) sorted by relevance

/third_party/node/tools/inspector_protocol/encoding/
Dencoding_test_helper.h25 std::vector<uint16_t> UTF8ToUTF16(span<uint8_t> in) { in UTF8ToUTF16() function
/third_party/gn/src/base/strings/
Dutf_string_conversions.cc159 bool UTF8ToUTF16(const char* src, size_t src_len, std::u16string* output) { in UTF8ToUTF16() function
163 std::u16string UTF8ToUTF16(std::string_view utf8) { in UTF8ToUTF16() function
/third_party/libxml2/
Dencoding.c688 UTF8ToUTF16(unsigned char* outb, int *outlen, in UTF8ToUTF16() function