Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h221 uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t maxLength) in CopyDataRegionUtf16() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h421 uint32_t CopyDataRegionUtf16(void *buf, uint32_t start, uint32_t length, uint32_t maxLength) in CopyDataRegionUtf16() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp465 TEST_F(EtsStringTest, CopyDataRegionUtf16) in TEST_F() argument