Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h193 size_t CopyDataRegionMUtf8(uint8_t *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h411 size_t CopyDataRegionMUtf8(void *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp446 TEST_F(EtsStringTest, CopyDataRegionMUtf8) in TEST_F() argument