Searched defs:CreateFromUtf16 (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 89 static EtsString *CreateFromUtf16(const ets_char *utf16, ets_int length) in CreateFromUtf16() function
|
| /arkcompiler/runtime_core/common_interfaces/objects/string/ |
| D | base_string-inl2.h | 73 BaseString *BaseString::CreateFromUtf16(Allocator &&allocator, const uint16_t *utf16Data, uint32_t … in CreateFromUtf16() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 120 inline EcmaString *EcmaString::CreateFromUtf16(const EcmaVM *vm, const uint16_t *utf16Data, uint32_… in CreateFromUtf16() function
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 151 String *String::CreateFromUtf16(const uint16_t *utf16Data, uint32_t utf16Length, bool canBeCompress… in CreateFromUtf16() function in ark::coretypes::String 175 String *String::CreateFromUtf16(const uint16_t *utf16Data, uint32_t utf16Length, const LanguageCont… in CreateFromUtf16() function in ark::coretypes::String
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_string_test.cpp | 71 TEST_F(EtsStringTest, CreateFromUtf16) in TEST_F() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | base_string_test.cpp | 130 HWTEST_F_L0(BaseStringTest, CreateFromUtf16) in HWTEST_F_L0() argument
|
| D | ecma_string_accessor_test.cpp | 142 HWTEST_F_L0(EcmaStringAccessorTest, CreateFromUtf16) in HWTEST_F_L0() argument
|