Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp173 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer) in ConvertUtf16ToUtf8() argument
224 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify, bool isGetBufferSize, bool cesu8) in Utf16ToUtf8Size() argument
263 ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t utf8Len, size_t start, bool modify, bool isWriteBuffer, bool cesu8) ConvertRegionUtf16ToUtf8() argument
290 DebuggerConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t utf8Len, size_t start, bool modify, bool isWriteBuffer) DebuggerConvertRegionUtf16ToUtf8() argument
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string-inl.h315 inline size_t EcmaString::GetUtf8Length(bool modify, bool isGetBufferSize) const in GetUtf8Length() argument
H A Decma_string.cpp1552 bool modify = (usage != StringConvertedUsage::PRINT); in ToStdString() local
1587 bool modify = (usage != StringConvertedUsage::PRINT); in DebuggerToStdString() local
1603 bool modify = (usage != StringConvertedUsage::PRINT); in ToCString() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp415 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify) in ConvertUtf16ToUtf8() argument
463 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size() argument
505 ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t utf8Len, size_t start, bool modify) ConvertRegionUtf16ToUtf8() argument
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dutf_helper_test.cpp504 bool modify = false; in ConvertRegionUtf16ToUtf8Test() local

Completed in 9 milliseconds