Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp672 std::vector<uint16_t> utf16(10); in HWTEST_F_L0() local
686 std::vector<uint16_t> utf16(10); in HWTEST_F_L0() local
700 std::vector<uint16_t> utf16(10); in HWTEST_F_L0() local
714 std::vector<uint16_t> utf16(10); in HWTEST_F_L0() local
728 std::vector<uint16_t> utf16(2); // Limit buffer length in HWTEST_F_L0() local
742 std::vector<uint16_t> utf16(10); in HWTEST_F_L0() local
756 std::vector<uint16_t> utf16(10); in HWTEST_F_L0() local
770 std::vector<uint16_t> utf16(10); in HWTEST_F_L0() local
784 std::vector<uint16_t> utf16(10); in HWTEST_F_L0() local
798 std::vector<uint16_t> utf16(10); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp47 uint32_t DecodeUTF16(uint16_t const *utf16, size_t len, size_t *index, bool cesu8) in DecodeUTF16()
61 uint32_t HandleAndDecodeInvalidUTF16(uint16_t const *utf16, size_t len, size_t *index) in HandleAndDecodeInvalidUTF16()
220 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify, bool isGetBufferSize, b… in Utf16ToUtf8Size()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp443 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
459 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
603 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
792 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
872 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
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
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.h87 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.cpp892 std::wstring utf16; in Utf8ToUtf16() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp1186 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleLower() local
1196 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleUpper() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1189 Label utf16(env); in CreateStringBySingleCharCode() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2086 Local<StringRef> StringRef::NewFromUtf16WithoutStringTable(const EcmaVM *vm, const char16_t *utf16,… in NewFromUtf16WithoutStringTable()
2102 Local<StringRef> StringRef::NewFromUtf16(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16()