Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/objects/
Dbase_string.cpp56 …size_t UtfUtils::ConvertRegionUtf8ToUtf16(const uint8_t* utf8In, uint16_t* utf16Out, size_t utf8Le… in ConvertRegionUtf8ToUtf16() function in common::UtfUtils
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp479 size_t ConvertRegionUtf8ToUtf16(const uint8_t *utf8In, uint16_t *utf16Out, size_t utf8Len, size_t u… in ConvertRegionUtf8ToUtf16() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp575 size_t ConvertRegionUtf8ToUtf16(const uint8_t *utf8In, uint16_t *utf16Out, size_t utf8Len, size_t u… in ConvertRegionUtf8ToUtf16() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp557 HWTEST_F_L0(UtfHelperTest, ConvertRegionUtf8ToUtf16) in HWTEST_F_L0() argument