Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h85 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer = false);
90 size_t start, bool modify = true, bool isWriteBuffer = false);
93 … size_t start, bool modify = true, bool isWriteBuffer = false);
Dutf_helper.cpp162 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer) in ConvertUtf16ToUtf8() argument
174 if (isWriteBuffer) { in ConvertUtf16ToUtf8()
251 size_t start, bool modify, bool isWriteBuffer) in ConvertRegionUtf16ToUtf8() argument
261 if (isWriteBuffer) { in ConvertRegionUtf16ToUtf8()
278 size_t start, bool modify, bool isWriteBuffer) in DebuggerConvertRegionUtf16ToUtf8() argument
288 if (isWriteBuffer) { in DebuggerConvertRegionUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h397 inline size_t WriteUtf8(uint8_t *buf, size_t maxLength, bool isWriteBuffer = false) const
404 return CopyDataRegionUtf8(buf, 0, GetLength(), maxLength, true, isWriteBuffer) + 1;
473 bool modify = true, bool isWriteBuffer = false) const
505 modify, isWriteBuffer);
508 modify, isWriteBuffer);
1226 uint32_t WriteToFlatUtf8(uint8_t *buf, uint32_t maxLength, bool isWriteBuffer = false)
1228 return string_->WriteUtf8(buf, maxLength, isWriteBuffer);
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h736 int WriteUtf8(char *buffer, int length, bool isWriteBuffer = false);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1342 int StringRef::WriteUtf8(char *buffer, int length, bool isWriteBuffer) in WriteUtf8() argument
1346 .WriteToFlatUtf8(reinterpret_cast<uint8_t *>(buffer), length, isWriteBuffer); in WriteUtf8()
DJSNapi接口说明.md5948 int StringRef::WriteUtf8(char *buffer, int length, bool isWriteBuffer)��
5958 | isWriteBuffer | bool | �� | �Ƿ���Ҫ��StringRef��ֵд�뵽�������� |