Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp128 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer) in ConvertUtf16ToUtf8()
179 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size()
217 size_t start, bool modify, bool isWriteBuffer) in ConvertRegionUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h239 inline size_t EcmaString::GetUtf8Length(bool modify) const in GetUtf8Length()
Decma_string.cpp1009 bool modify = (usage != StringConvertedUsage::PRINT); in ToStdString() local
1025 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