Searched defs:utf8Out (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | utf_helper.cpp | 263 size_t ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t utf8Len, in ConvertRegionUtf16ToUtf8() argument 290 size_t DebuggerConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t utf8Len, in DebuggerConvertRegionUtf16ToUtf8() argument [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | utf.cpp | 505 size_t ConvertRegionUtf16ToUtf8(const uint16_t *utf16In, uint8_t *utf8Out, size_t utf16Len, size_t utf8Len, in ConvertRegionUtf16ToUtf8() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | utf_helper_test.cpp | 514 uint8_t *utf8Out = (uint8_t*)malloc(utf8Len); in ConvertRegionUtf16ToUtf8Test() local
|
Completed in 5 milliseconds