Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp50 …size_t UtfUtils::Utf16ToUtf8Size(const uint16_t* utf16, uint32_t length, bool modify, bool isGetBu… in Utf16ToUtf8Size() function in common::UtfUtils
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp212 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify, bool isGetBufferSize, b… in Utf16ToUtf8Size() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp461 size_t Utf16ToUtf8Size(const uint16_t *utf16, uint32_t length, bool modify) in Utf16ToUtf8Size() function