Searched refs:towlower_l (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | wcscasecmp_l.c | 52 const int c1 = towlower_l (*s1++, locale); in wcscasecmp_l() 53 const int c2 = towlower_l (*s2++, locale); in wcscasecmp_l()
|
D | wcsncasecmp_l.c | 54 const int c1 = towlower_l (*s1++, locale); in wcsncasecmp_l() 55 const int c2 = towlower_l (*s2++, locale); in wcsncasecmp_l()
|
/picolibc-latest/newlib/libc/ctype/ |
D | towlower_l.c | 11 towlower_l (wint_t c, struct __locale_t *locale) in towlower_l() function
|
D | tolower_l.c | 32 (wchar_t) towlower_l ((wint_t) wc, locale), in tolower_l()
|
D | CMakeLists.txt | 100 towlower_l.c
|
D | meson.build | 100 'towlower_l.c',
|
D | ctype.tex | 67 * Function towlower:: Translate wide characters to lowercase (towlower, towlower_l)
|
/picolibc-latest/newlib/libc/include/ |
D | wctype.h | 68 wint_t towlower_l (wint_t, locale_t);
|
/picolibc-latest/ |
D | COPYING.picolibc | 2959 newlib/libc/ctype/towlower_l.c
|