Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h61 static EtsString *CreateFromUtf8(const char *utf8, uint32_t length) in CreateFromUtf8() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h39 inline EcmaString *EcmaString::CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t u… in CreateFromUtf8() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp130 TEST_F(EtsStringTest, CreateFromUtf8) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp131 String *String::CreateFromUtf8(const uint8_t *utf8Data, uint32_t utf8Length, const LanguageContext … in CreateFromUtf8() function in ark::coretypes::String
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_test.cpp103 HWTEST_F_L0(EcmaStringTest, CreateFromUtf8) in HWTEST_F_L0() argument
Decma_string_accessor_test.cpp104 HWTEST_F_L0(EcmaStringAccessorTest, CreateFromUtf8) in HWTEST_F_L0() argument