Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp125 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify) in ConvertUtf16ToUtf8()
172 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size()
210 size_t start, bool modify) in ConvertRegionUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp750 bool modify = (usage != StringConvertedUsage::PRINT); in ToStdString() local
766 bool modify = (usage != StringConvertedUsage::PRINT); in ToCString() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp512 bool modify = false; in HWTEST_F_L0() local