Home
last modified time | relevance | path

Searched refs:ICONV_LETOHL (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/
Dendian.h42 # define ICONV_LETOHL(l) (l) macro
45 # define ICONV_HTOLEL(l) ICONV_LETOHL (l)
57 # define ICONV_LETOHL(l) \ macro
66 # define ICONV_HTOLEL(l) ICONV_LETOHL (l)
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ces/
Ducs-4.c126 res = ICONV_LETOHL (uc); in ucs_4_convert_to_ucs()