Home
last modified time | relevance | path

Searched refs:towctrans_l (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libc/ctype/
Dtowlower_l.c15 return towctrans_l (c, WCT_TOLOWER, locale); in towlower_l()
Dtowupper_l.c15 return towctrans_l (c, WCT_TOUPPER, locale); in towupper_l()
Dtowctrans.c83 return towctrans_l (c, w, 0); in towctrans()
Dtowctrans_l.c158 towctrans_l (wint_t c, wctrans_t w, struct __locale_t *locale) in towctrans_l() function
DCMakeLists.txt98 towctrans_l.c
Dmeson.build98 'towctrans_l.c',
Dctype.tex69 * Function towctrans:: Extensible wide-character translation (towctrans, towctrans_l)
/picolibc-latest/newlib/libc/include/
Dwctype.h66 wint_t towctrans_l (wint_t, wctrans_t, locale_t);
/picolibc-latest/
DCOPYING.picolibc2958 newlib/libc/ctype/towctrans_l.c