Searched refs:towlower_l (Results 1 – 9 of 9) sorted by relevance
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/newlib/libc/ctype/ |
D | towlower_l.c | 13 towlower_l (wint_t c, struct __locale_t *locale) in towlower_l() function
|
D | tolower_l.c | 33 (wchar_t) towlower_l ((wint_t) wc, locale), in tolower_l()
|
D | CMakeLists.txt | 98 towlower_l.c
|
D | meson.build | 98 'towlower_l.c',
|
D | ctype.tex | 67 * towlower:: Translate wide characters to lowercase (towlower, towlower_l)
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | wctype.h | 68 extern wint_t towlower_l (wint_t, locale_t);
|
/picolibc-3.5.0-3.4.0/ |
D | COPYING.picolibc | 2757 newlib/libc/ctype/towlower_l.c
|