Home
last modified time | relevance | path

Searched defs:utf8Out (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp209 size_t ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t … in ConvertRegionUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp522 uint8_t *utf8Out = (uint8_t*)malloc(utf8Len); in HWTEST_F_L0() local