Searched refs:towupper (Results 1 – 11 of 11) sorted by relevance
18 CHECK (towctrans (L'c', x) == towupper (L'c')); in main()19 CHECK (towctrans (L'9', x) == towupper (L'9')); in main()
74 towupper (wint_t c) in towupper() function
17 return towupper (c); in towupper_l()
21 return cat == CAT_Lu || (cat == CAT_LC && towupper (c) == c); in iswupper_l()
102 && wctomb (s, (wchar_t) towupper ((wint_t) wc)) == 1) in toupper()
68 * Function towupper:: Translate wide characters to uppercase (towupper, towupper_l)164 @include ctype/towupper.def
101 towupper.c
101 'towupper.c',
47 wint_t towupper (wint_t);
1140 * 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.
1559 newlib/libc/ctype/towupper.c