Home
last modified time | relevance | path

Searched defs:modify (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp169 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer) in ConvertUtf16ToUtf8()
220 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify, bool isGetBufferSize, b… in Utf16ToUtf8Size()
260 size_t start, bool modify, bool isWriteBuffer, bool cesu8) in ConvertRegionUtf16ToUtf8()
291 size_t start, bool modify, bool isWriteBuffer) in DebuggerConvertRegionUtf16ToUtf8()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp414 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify) in ConvertUtf16ToUtf8()
462 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size()
506 size_t start, bool modify) in ConvertRegionUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp1566 bool modify = (usage != StringConvertedUsage::PRINT); in ToStdString() local
1605 bool modify = (usage != StringConvertedUsage::PRINT); in DebuggerToStdString() local
1625 bool modify = (usage != StringConvertedUsage::PRINT); in ToCString() local
1645 bool modify = (usage != StringConvertedUsage::PRINT); in AppendToCString() local
1656 bool modify = (usage != StringConvertedUsage::PRINT); in AppendQuotedStringToCString() local
Decma_string-inl.h315 inline size_t EcmaString::GetUtf8Length(bool modify, bool isGetBufferSize) const in GetUtf8Length()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp504 bool modify = false; in ConvertRegionUtf16ToUtf8Test() local