Home
last modified time | relevance | path

Searched defs:ToCharArray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h310 EtsArray *ToCharArray() in ToCharArray() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp110 TEST_F(EtsStringTest, ToCharArray) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp876 TEST_F(StringTest, ToCharArray) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp751 Array *String::ToCharArray(const LanguageContext &ctx) in ToCharArray() function in ark::coretypes::String