Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp345 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.cpp574 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.cpp580 HWTEST_F_L0(UtfHelperTest, ConvertRegionUtf8ToUtf16) in HWTEST_F_L0() argument