Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/
Dendian.h41 # define ICONV_LETOHS(s) (s) macro
44 # define ICONV_HTOLES(s) ICONV_LETOHS (s)
54 # define ICONV_LETOHS(s) \ macro
65 # define ICONV_HTOLES(s) ICONV_LETOHS (s)
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/
Dutf-16.c223 w1 = ICONV_LETOHS (*cp); in utf_16_convert_to_ucs()
246 w2 = ICONV_LETOHS (*cp); in utf_16_convert_to_ucs()
Ducs-2.c124 res = (ucs4_t)ICONV_LETOHS (uc); in ucs_2_convert_to_ucs()