Home
last modified time | relevance | path

Searched refs:towctrans (Results 1 – 10 of 10) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.wctype/
Dtwctrans.c14 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/
Dtowlower.c77 return towctrans (c, WCT_TOLOWER); in towlower()
Dtowupper.c79 return towctrans (c, WCT_TOUPPER); in towupper()
Dtowctrans.c80 towctrans (wint_t c, in towctrans() function
Dctype.tex69 * towctrans:: Extensible wide-character translation (towctrans, towctrans_l)
167 @include ctype/towctrans.def
DCMakeLists.txt97 towctrans.c
Dmeson.build97 'towctrans.c',
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dwctype.h46 wint_t towctrans (wint_t, wctrans_t);
/picolibc-3.7.0-3.6.0/
DCOPYING.picolibc1504 newlib/libc/ctype/towctrans.c
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201512342 * libc/ctype/towctrans.c: Likewise.
16462 * libc/ctype/towctrans.c: Ditto.