Searched refs:ConvertRegionUtf16ToLatin1 (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
D | utf_helper.h | 93 size_t ConvertRegionUtf16ToLatin1(const uint16_t *utf16In, uint8_t *latin1Out, size_t utf16Len, siz…
|
D | utf_helper.cpp | 290 size_t ConvertRegionUtf16ToLatin1(const uint16_t *utf16In, uint8_t *latin1Out, size_t utf16Len, siz… in ConvertRegionUtf16ToLatin1() function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_string.h | 334 return base::utf_helper::ConvertRegionUtf16ToLatin1(data, buf, maxLength, maxLength); in WriteOneByte() 336 return base::utf_helper::ConvertRegionUtf16ToLatin1(data, buf, length, maxLength); in WriteOneByte()
|