Home
last modified time | relevance | path

Searched refs:towupper (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/testsuite/newlib.wctype/
Dtwctrans.c18 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/
Dtowupper.c74 towupper (wint_t c) in towupper() function
Dtowupper_l.c17 return towupper (c); in towupper_l()
Diswupper_l.c21 return cat == CAT_Lu || (cat == CAT_LC && towupper (c) == c); in iswupper_l()
Dtoupper.c102 && wctomb (s, (wchar_t) towupper ((wint_t) wc)) == 1) in toupper()
Dctype.tex68 * Function towupper:: Translate wide characters to uppercase (towupper, towupper_l)
164 @include ctype/towupper.def
DCMakeLists.txt101 towupper.c
Dmeson.build101 'towupper.c',
/picolibc-latest/newlib/libc/include/
Dwctype.h47 wint_t towupper (wint_t);
/picolibc-latest/newlib/
DChangeLog-20151140 * testsuite/newlib.wctype/twctrans.c (main): Use towlower and towupper.
5188 * libc/ctype/towupper.c (towupper): Ditto.
6223 * libc/ctype/towupper.c (towupper): Ditto.
6835 * libc/ctype/towupper.c: Ditto.
7103 * libc/ctype/towupper.c (towupper): Ditto.
12344 * libc/ctype/towupper.c: Likewise.
13949 * libc/ctype/towlower.c, libc/ctype/towupper.c: Ditto.
14969 * libc/ctype/towupper.c: Ditto.
16464 * libc/ctype/towupper.c: Ditto.
/picolibc-latest/
DCOPYING.picolibc1559 newlib/libc/ctype/towupper.c