Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp47 uint32_t DecodeUTF16(uint16_t const *utf16, size_t len, size_t *index, bool cesu8) in DecodeUTF16() argument
61 uint32_t HandleAndDecodeInvalidUTF16(uint16_t const *utf16, size_t len, size_t *index) in HandleAndDecodeInvalidUTF16() argument
224 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_ argument
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp446 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
462 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
606 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
795 char16_t utf16[] in HWTEST_F_L0() local
875 char16_t utf16[] = u"This is a char16 array"; HWTEST_F_L0() local
[all...]
H A Dffi_workload.cpp2996 const char16_t *utf16 = u"您好,华为!"; in HWTEST_F_L0() local
3010 const char16_t *utf16 = u"您好,华为!"; in HWTEST_F_L0() local
3024 const char16_t *utf16 = u"您好,华为!"; in HWTEST_F_L0() local
6060 const char16_t *utf16 = u"您好,华为!"; in HWTEST_F_L0() local
H A Djsnapi_sample.cpp241 const char16_t *utf16 = u"Hi,ABCDEF"; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp463 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h87 static EtsString *CreateFromUtf16(const ets_char *utf16, ets_int length) in CreateFromUtf16() argument
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp892 std::wstring utf16; in Utf8ToUtf16() local
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp1321 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleLower() local
1331 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleUpper() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2113 Local<StringRef> StringRef::NewFromUtf16WithoutStringTable(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16WithoutStringTable() argument
2129 Local<StringRef> StringRef::NewFromUtf16(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16() argument

Completed in 40 milliseconds