Searched defs:isWriteBuffer (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/common_components/base/ |
| D | utf_helper.cpp | 161 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/ |
| D | utf_helper_test.cpp | 308 bool isWriteBuffer = true; in HWTEST_F_L0() local 322 bool isWriteBuffer = true; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/common_components/objects/ |
| D | base_string.cpp | 39 … 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/ |
| D | base_string-inl2.h | 381 …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/ |
| D | ecma_string-inl.h | 364 …String::WriteUtf8(const JSThread *thread, uint8_t *buf, size_t maxLength, bool isWriteBuffer) const in WriteUtf8()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2323 uint32_t StringRef::WriteUtf8(const EcmaVM *vm, char *buffer, uint32_t length, bool isWriteBuffer) in WriteUtf8()
|