Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h181 inline size_t CopyDataMUtf8(uint8_t *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h401 size_t CopyDataMUtf8(void *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp425 TEST_F(EtsStringTest, CopyDataMUtf8) in TEST_F() argument