Searched defs:utf16 (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | utf_helper.cpp | 47 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 D | jsnapi_third_tests.cpp | 446 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 D | ffi_workload.cpp | 2996 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 D | jsnapi_sample.cpp | 241 const char16_t *utf16 = u"Hi,ABCDEF"; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | utf.cpp | 463 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 D | ets_string.h | 87 static EtsString *CreateFromUtf16(const ets_char *utf16, ets_int length) in CreateFromUtf16() argument
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | helpers.cpp | 892 std::wstring utf16; in Utf8ToUtf16() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_string.cpp | 1321 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleLower() local 1331 std::u16string utf16 = srcFlat.ToU16String(); in ToLocaleUpper() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 2113 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