Searched defs:utf16Out (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | utf_helper.cpp | 418 size_t ConvertRegionUtf8ToUtf16(const uint8_t *utf8In, uint16_t *utf16Out, size_t utf8Len, size_t utf16Len) in ConvertRegionUtf8ToUtf16() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | utf.cpp | 118 void ConvertMUtf8ToUtf16(const uint8_t *mutf8In, size_t mutf8Len, uint16_t *utf16Out) in ConvertMUtf8ToUtf16() argument 135 size_t ConvertRegionMUtf8ToUtf16(const uint8_t *mutf8In, uint16_t *utf16Out, size_t mutf8Len, size_t utf16Len, in ConvertRegionMUtf8ToUtf16() argument 574 size_t ConvertRegionUtf8ToUtf16(const uint8_t *utf8In, uint16_t *utf16Out, size_t utf8Len, size_t utf16Len, in ConvertRegionUtf8ToUtf16() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | utf_helper_test.cpp | 566 uint16_t *utf16Out = (uint16_t*)malloc(utf16Len); in HWTEST_F_L0() local
|
Completed in 5 milliseconds