Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test_3.cpp110 ets_charArray charArray = env_->NewCharArray(10U); in TEST_F() local
146 ets_charArray charArray = env_->NewCharArray(10U); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp66 EtsCharArray *charArray = EtsCharArray::Create(n); in StdCoreStringGetChars() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp160 EtsArray *charArray = utf16String->ToCharArray(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp901 Array *charArray = utf16String->ToCharArray(GetLanguageContext()); in TEST_F() local