Searched defs:utf16 (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | utf_helper.cpp | 46 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/ |
| D | jsnapi_third_tests.cpp | 421 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
|
| D | ffi_workload.cpp | 2995 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
|
| D | jsnapi_sample.cpp | 241 const char16_t *utf16 = u"Hi,ABCDEF"; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 78 static EtsString *CreateFromUtf16(const ets_char *utf16, ets_int length) in CreateFromUtf16()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | utf.cpp | 463 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 759 std::wstring utf16; in Utf8ToUtf16() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.cpp | 1039 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleLower() local 1049 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleUpper() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 968 Label utf16(env); in CreateStringBySingleCharCode() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 1303 Local<StringRef> StringRef::NewFromUtf16(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16()
|