Searched defs:utf16 (Results 1 – 4 of 4) sorted by relevance
46 uint32_t DecodeUTF16(uint16_t const *utf16, size_t len, size_t *index) in DecodeUTF16()179 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size()
742 std::wstring utf16; in Utf8ToUtf16() local
853 std::u16string utf16 = srcFlat->ToU16String(); in ToLocaleLower() local863 std::u16string utf16 = srcFlat->ToU16String(); in ToLocaleUpper() local
1228 Local<StringRef> StringRef::NewFromUtf16(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16()