Searched defs:modify (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
D | utf_helper.cpp | 162 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer) in ConvertUtf16ToUtf8() 213 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size() 251 size_t start, bool modify, bool isWriteBuffer) in ConvertRegionUtf16ToUtf8() 278 size_t start, bool modify, bool isWriteBuffer) in DebuggerConvertRegionUtf16ToUtf8()
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | utf.cpp | 415 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify) in ConvertUtf16ToUtf8() 463 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/base/tests/ |
D | utf_helper_test.cpp | 526 bool modify = false; in HWTEST_F_L0() local 552 bool modify = false; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_string-inl.h | 280 inline size_t EcmaString::GetUtf8Length(bool modify) const in GetUtf8Length()
|
D | ecma_string.cpp | 1251 bool modify = (usage != StringConvertedUsage::PRINT); in ToStdString() local 1268 bool modify = (usage != StringConvertedUsage::PRINT); in DebuggerToStdString() local 1284 bool modify = (usage != StringConvertedUsage::PRINT); in ToCString() local
|