Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp46 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()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp742 std::wstring utf16; in Utf8ToUtf16() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp853 std::u16string utf16 = srcFlat->ToU16String(); in ToLocaleLower() local
863 std::u16string utf16 = srcFlat->ToU16String(); in ToLocaleUpper() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1228 Local<StringRef> StringRef::NewFromUtf16(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16()