Searched refs:towctrans_l (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/ctype/ |
D | towlower_l.c | 15 return towctrans_l (c, WCT_TOLOWER, locale); in towlower_l()
|
D | towupper_l.c | 15 return towctrans_l (c, WCT_TOUPPER, locale); in towupper_l()
|
D | towctrans.c | 83 return towctrans_l (c, w, 0); in towctrans()
|
D | towctrans_l.c | 158 towctrans_l (wint_t c, wctrans_t w, struct __locale_t *locale) in towctrans_l() function
|
D | CMakeLists.txt | 98 towctrans_l.c
|
D | meson.build | 98 'towctrans_l.c',
|
D | ctype.tex | 69 * Function towctrans:: Extensible wide-character translation (towctrans, towctrans_l)
|
/picolibc-latest/newlib/libc/include/ |
D | wctype.h | 66 wint_t towctrans_l (wint_t, wctrans_t, locale_t);
|
/picolibc-latest/ |
D | COPYING.picolibc | 2958 newlib/libc/ctype/towctrans_l.c
|