Home
last modified time | relevance | path

Searched defs:modify (Results 1 – 9 of 9) 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()
212 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify, bool isGetBufferSize, b… in Utf16ToUtf8Size()
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/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h134 size_t BaseString::GetUtf8Length(ReadBarrier &&readBarrier, bool modify, bool isGetBufferSize) const in GetUtf8Length()
459 Span<const uint8_t> BaseString::ToUtf8Span(ReadBarrier &&readBarrier, Vec &buf, bool modify, bool c… in ToUtf8Span()
482 Span<const uint8_t> BaseString::DebuggerToUtf8Span(ReadBarrier &&readBarrier, Vec &buf, bool modify) in DebuggerToUtf8Span()
539 size_t maxLength, bool modify, bool isWriteBuffer) const in CopyDataRegionUtf8()
/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp39 … size_t utf8Len, size_t start, bool modify, bool isWriteBuffer) in DebuggerConvertRegionUtf16ToUtf8()
50 …size_t UtfUtils::Utf16ToUtf8Size(const uint16_t* utf16, uint32_t length, bool modify, bool isGetBu… in Utf16ToUtf8Size()
69 … size_t utf8Len, size_t start, bool modify, bool isWriteBuffer, bool cesu) in ConvertRegionUtf16ToUtf8()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp414 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify) in ConvertUtf16ToUtf8()
461 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size()
507 size_t start, bool modify) in ConvertRegionUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h307 inline size_t EcmaString::GetUtf8Length(const JSThread *thread, bool modify, bool isGetBufferSize) … in GetUtf8Length()
398 …n<const uint8_t> EcmaString::ToUtf8Span(const JSThread *thread, CVector<uint8_t> &buf, bool modify, in ToUtf8Span()
407 …uint8_t> EcmaString::DebuggerToUtf8Span(const JSThread *thread, CVector<uint8_t> &buf, bool modify) in DebuggerToUtf8Span()
Decma_string.cpp1042 bool modify = (usage != StringConvertedUsage::PRINT); in ToStdString() local
1081 bool modify = (usage != StringConvertedUsage::PRINT); in DebuggerToStdString() local
1101 bool modify = (usage != StringConvertedUsage::PRINT); in ToCString() local
/arkcompiler/ets_runtime/test/fuzztest/commoncompbaseutf_fuzzer/
Dcommoncompbaseutf_fuzzer.cpp67 bool modify = ((data[size - 1] % 2 == 0) ? true : false); // 2:Check size is an even number in UtfHelperDebuggerConvertRegionUtf16ToUtf8() local
/arkcompiler/ets_runtime/common_components/base/tests/
Dutf_helper_test.cpp307 bool modify = false; in HWTEST_F_L0() local
321 bool modify = false; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp504 bool modify = false; in ConvertRegionUtf16ToUtf8Test() local