Home
last modified time | relevance | path

Searched defs:CreateNewStringFromChars (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h169 … static EtsString *CreateNewStringFromChars(uint32_t offset, uint32_t length, EtsArray *chararray) in CreateNewStringFromChars() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp157 TEST_F(EtsStringTest, CreateNewStringFromChars) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp200 String *String::CreateNewStringFromChars(uint32_t offset, uint32_t length, Array *chararray, const … in CreateNewStringFromChars() function in ark::coretypes::String