Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h87 static EtsString *CreateFromUtf16(const ets_char *utf16, ets_int length) in CreateFromUtf16() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h114 inline EcmaString *EcmaString::CreateFromUtf16(const EcmaVM *vm, const uint16_t *utf16Data, uint32_… in CreateFromUtf16() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp69 TEST_F(EtsStringTest, CreateFromUtf16) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp150 String *String::CreateFromUtf16(const uint16_t *utf16Data, uint32_t utf16Length, const LanguageCont… in CreateFromUtf16() function in ark::coretypes::String
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_test.cpp123 HWTEST_F_L0(EcmaStringTest, CreateFromUtf16) in HWTEST_F_L0() argument
Decma_string_accessor_test.cpp124 HWTEST_F_L0(EcmaStringAccessorTest, CreateFromUtf16) in HWTEST_F_L0() argument