Home
last modified time | relevance | path

Searched refs:ConvertRegionUtf16ToLatin1 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.h93 size_t ConvertRegionUtf16ToLatin1(const uint16_t *utf16In, uint8_t *latin1Out, size_t utf16Len, siz…
Dutf_helper.cpp290 size_t ConvertRegionUtf16ToLatin1(const uint16_t *utf16In, uint8_t *latin1Out, size_t utf16Len, siz… in ConvertRegionUtf16ToLatin1() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h334 return base::utf_helper::ConvertRegionUtf16ToLatin1(data, buf, maxLength, maxLength); in WriteOneByte()
336 return base::utf_helper::ConvertRegionUtf16ToLatin1(data, buf, length, maxLength); in WriteOneByte()