Searched refs:towctrans (Results 1 – 10 of 10) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.wctype/ |
D | twctrans.c | 14 CHECK (towctrans (L'A', x) == towlower (L'A')); in main() 15 CHECK (towctrans (L'5', x) == towlower (L'5')); in main() 19 CHECK (towctrans (L'c', x) == towupper (L'c')); in main() 20 CHECK (towctrans (L'9', x) == towupper (L'9')); in main()
|
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/ |
D | towlower.c | 77 return towctrans (c, WCT_TOLOWER); in towlower()
|
D | towupper.c | 79 return towctrans (c, WCT_TOUPPER); in towupper()
|
D | towctrans.c | 80 towctrans (wint_t c, in towctrans() function
|
D | ctype.tex | 69 * towctrans:: Extensible wide-character translation (towctrans, towctrans_l) 167 @include ctype/towctrans.def
|
D | CMakeLists.txt | 97 towctrans.c
|
D | meson.build | 97 'towctrans.c',
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | wctype.h | 46 wint_t towctrans (wint_t, wctrans_t);
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 1504 newlib/libc/ctype/towctrans.c
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 12342 * libc/ctype/towctrans.c: Likewise. 16462 * libc/ctype/towctrans.c: Ditto.
|