Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h41 inline EcmaString *EcmaString::CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t u… in CreateFromUtf8() function
55 inline EcmaString *EcmaString::CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t u… in CreateFromUtf8() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h63 static EtsString *CreateFromUtf8(const char *utf8, uint32_t length) in CreateFromUtf8() function
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h31 BaseString *BaseString::CreateFromUtf8(Allocator &&allocator, const uint8_t *utf8Data, uint32_t utf… in CreateFromUtf8() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp132 TEST_F(EtsStringTest, CreateFromUtf8) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp132 String *String::CreateFromUtf8(const uint8_t *utf8Data, uint32_t utf8Length, const LanguageContext … in CreateFromUtf8() function in ark::coretypes::String
/arkcompiler/ets_runtime/ecmascript/tests/
Dbase_string_test.cpp109 HWTEST_F_L0(BaseStringTest, CreateFromUtf8) in HWTEST_F_L0() argument
Decma_string_accessor_test.cpp105 HWTEST_F_L0(EcmaStringAccessorTest, CreateFromUtf8) in HWTEST_F_L0() argument