Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h112 …static EtsString *CreateNewStringFromBytes(EtsArray *bytearray, ets_int high, ets_int offset, ets_… in CreateNewStringFromBytes() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp554 TEST_F(EtsStringTest, CreateNewStringFromBytes) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp231 String *String::CreateNewStringFromBytes(uint32_t offset, uint32_t length, uint32_t highByte, Array… in CreateNewStringFromBytes() function in ark::coretypes::String