Home | History | Annotate | Download | only in icu4c

Lines Matching refs:TOUPPER

4544 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4550 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4560 || toupper (i) != TOUPPER (i))