Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp252 size_t ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t … in ConvertRegionUtf16ToUtf8() function
315 size_t ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t … in ConvertRegionUtf16ToUtf8() function
/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp68 …size_t UtfUtils::ConvertRegionUtf16ToUtf8(const uint16_t* utf16In, uint8_t* utf8Out, size_t utf16L… in ConvertRegionUtf16ToUtf8() function in common::UtfUtils
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp506 size_t ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t … in ConvertRegionUtf16ToUtf8() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp540 HWTEST_F_L0(UtfHelperTest, ConvertRegionUtf16ToUtf8) in HWTEST_F_L0() argument