Home
last modified time | relevance | path

Searched defs:utf16 (Results 1 – 10 of 10) 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()
60 uint32_t HandleAndDecodeInvalidUTF16(uint16_t const *utf16, size_t len, size_t *index) in HandleAndDecodeInvalidUTF16()
213 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp421 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
437 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
581 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
758 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
838 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
Dffi_workload.cpp2995 const char16_t *utf16 = u"您好,华为!"; in HWTEST_F_L0() local
3009 const char16_t *utf16 = u"您好,华为!"; in HWTEST_F_L0() local
3023 const char16_t *utf16 = u"您好,华为!"; in HWTEST_F_L0() local
6083 const char16_t *utf16 = u"您好,华为!"; in HWTEST_F_L0() local
Djsnapi_sample.cpp241 const char16_t *utf16 = u"Hi,ABCDEF"; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h78 static EtsString *CreateFromUtf16(const ets_char *utf16, ets_int length) in CreateFromUtf16()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp463 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp759 std::wstring utf16; in Utf8ToUtf16() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp1039 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleLower() local
1049 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleUpper() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp968 Label utf16(env); in CreateStringBySingleCharCode() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1303 Local<StringRef> StringRef::NewFromUtf16(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16()