Home
last modified time | relevance | path

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

/picolibc-latest/newlib/testsuite/newlib.wctype/
Dtwctrans.c13 CHECK (towctrans (L'A', x) == towlower (L'A')); in main()
14 CHECK (towctrans (L'5', x) == towlower (L'5')); in main()
18 CHECK (towctrans (L'c', x) == towupper (L'c')); in main()
19 CHECK (towctrans (L'9', x) == towupper (L'9')); in main()
/picolibc-latest/newlib/libc/ctype/
Dtowlower.c76 return towctrans (c, WCT_TOLOWER); in towlower()
Dtowupper.c77 return towctrans (c, WCT_TOUPPER); in towupper()
Dtowctrans.c79 towctrans (wint_t c, in towctrans() function
Dctype.tex69 * Function towctrans:: Extensible wide-character translation (towctrans, towctrans_l)
167 @include ctype/towctrans.def
DCMakeLists.txt97 towctrans.c
Dmeson.build97 'towctrans.c',
/picolibc-latest/newlib/libc/include/
Dwctype.h46 wint_t towctrans (wint_t, wctrans_t);
/picolibc-latest/
DCOPYING.picolibc1557 newlib/libc/ctype/towctrans.c
/picolibc-latest/newlib/
DChangeLog-201512342 * libc/ctype/towctrans.c: Likewise.
16462 * libc/ctype/towctrans.c: Ditto.