ISUPPER 413 bignum.c ISUPPER(c) ? ((c) - 'A' + 10) : \
ISUPPER 468 encoding.c else if (ISUPPER(*s)) *s = TOLOWER(*s);
ISUPPER 1244 encoding.c if (ISUPPER(*s)) {
ISUPPER 1259 encoding.c if (ISUPPER(*s)) hasupper = 1;
ISUPPER 12964 ext/ripper/ripper.c if (result == 0 && ISUPPER(tok()[0])) {
ISUPPER 7564 ext/ripper/ripper.y if (result == 0 && ISUPPER(tok()[0])) {
ISUPPER 12896 parse.c if (result == 0 && ISUPPER(tok()[0])) {
ISUPPER 7564 parse.y if (result == 0 && ISUPPER(tok()[0])) {
ISUPPER 789 strftime.c if (ISUPPER(*s)) *s = TOLOWER(*s);