Home
last modified time | relevance | path

Searched defs:isWriteBuffer (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp161 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer) in ConvertUtf16ToUtf8()
253 size_t start, bool modify, bool isWriteBuffer, bool cesu8) in ConvertRegionUtf16ToUtf8()
316 size_t start, bool modify, bool isWriteBuffer, bool cesu8) in ConvertRegionUtf16ToUtf8()
348 size_t start, bool modify, bool isWriteBuffer) in DebuggerConvertRegionUtf16ToUtf8()
/arkcompiler/ets_runtime/common_components/base/tests/
Dutf_helper_test.cpp308 bool isWriteBuffer = true; in HWTEST_F_L0() local
322 bool isWriteBuffer = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp39 … size_t utf8Len, size_t start, bool modify, bool isWriteBuffer) in DebuggerConvertRegionUtf16ToUtf8()
69 … size_t utf8Len, size_t start, bool modify, bool isWriteBuffer, bool cesu) in ConvertRegionUtf16ToUtf8()
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h381 …ing::WriteUtf8(ReadBarrier &&readBarrier, uint8_t *buf, size_t maxLength, bool isWriteBuffer) const in WriteUtf8()
539 size_t maxLength, bool modify, bool isWriteBuffer) const in CopyDataRegionUtf8()
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h364 …String::WriteUtf8(const JSThread *thread, uint8_t *buf, size_t maxLength, bool isWriteBuffer) const in WriteUtf8()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2323 uint32_t StringRef::WriteUtf8(const EcmaVM *vm, char *buffer, uint32_t length, bool isWriteBuffer) in WriteUtf8()