Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp273 size_t ConvertRegionUtf8ToUtf16(const uint8_t *utf8In, uint16_t *utf16Out, size_t utf8Len, size_t u… in ConvertRegionUtf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp550 uint16_t *utf16Out = (uint16_t*)malloc(utf16Len); in HWTEST_F_L0() local