Home
last modified time | relevance | path

Searched defs:CreateFromUtf16 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h89 static EtsString *CreateFromUtf16(const ets_char *utf16, ets_int length) in CreateFromUtf16() function
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h73 BaseString *BaseString::CreateFromUtf16(Allocator &&allocator, const uint16_t *utf16Data, uint32_t … in CreateFromUtf16() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h120 inline EcmaString *EcmaString::CreateFromUtf16(const EcmaVM *vm, const uint16_t *utf16Data, uint32_… in CreateFromUtf16() function
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp151 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/
Dets_string_test.cpp71 TEST_F(EtsStringTest, CreateFromUtf16) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dbase_string_test.cpp130 HWTEST_F_L0(BaseStringTest, CreateFromUtf16) in HWTEST_F_L0() argument
Decma_string_accessor_test.cpp142 HWTEST_F_L0(EcmaStringAccessorTest, CreateFromUtf16) in HWTEST_F_L0() argument