Home
last modified time | relevance | path

Searched defs:utf16 (Results 1 – 13 of 13) 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/common_components/base/tests/
Dutf_helper_test.cpp26 uint16_t utf16[] = {0xD7FF}; in HWTEST_F_L0() local
56 uint16_t utf16[] = {0xD800, 0xDC00}; in HWTEST_F_L0() local
66 uint16_t utf16[] = {0xD800, 0xDC00}; in HWTEST_F_L0() local
266 uint16_t utf16[] = {0xD800, 0xDC00}; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp39 uint32_t DecodeUTF16(uint16_t const *utf16, size_t len, size_t *index, bool cesu8) in DecodeUTF16()
53 uint32_t HandleAndDecodeInvalidUTF16(uint16_t const *utf16, size_t len, size_t *index) in HandleAndDecodeInvalidUTF16()
212 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.cpp437 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
453 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
597 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
789 char16_t utf16[] = u"This is a char16 array"; in HWTEST_F_L0() local
869 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/ets_runtime/common_components/objects/
Dbase_string.cpp50 …size_t UtfUtils::Utf16ToUtf8Size(const uint16_t* utf16, uint32_t length, bool modify, bool isGetBu… in Utf16ToUtf8Size()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h89 static EtsString *CreateFromUtf16(const ets_char *utf16, ets_int length) in CreateFromUtf16()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp461 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size()
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp841 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleLower() local
851 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleUpper() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp883 std::wstring utf16; in Utf8ToUtf16() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1195 Label utf16(env); in CreateStringBySingleCharCode() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2255 Local<StringRef> StringRef::NewFromUtf16WithoutStringTable(const EcmaVM *vm, const char16_t *utf16,… in NewFromUtf16WithoutStringTable()
2271 Local<StringRef> StringRef::NewFromUtf16(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16()