ISUPPER 659 encoding.c else if (ISUPPER(*s)) *s = (char)TOLOWER(*s);
ISUPPER 1595 encoding.c if (ISUPPER(*s)) {
ISUPPER 1612 encoding.c if (ISUPPER(*s)) hasupper = 1;
ISUPPER 43 ext/date/date_strftime.c if (ISUPPER(*s))
ISUPPER 13770 ext/ripper/ripper.c if (result == 0 && ISUPPER(tok()[0])) {
ISUPPER 8021 ext/ripper/ripper.y if (result == 0 && ISUPPER(tok()[0])) {
ISUPPER 2132 object.c if (!ISUPPER(*pbeg) || !rb_is_const_name(part)) {
ISUPPER 2285 object.c if (!ISUPPER(*pbeg) || !rb_is_const_name(part)) {
ISUPPER 13694 parse.c if (result == 0 && ISUPPER(tok()[0])) {
ISUPPER 8021 parse.y if (result == 0 && ISUPPER(tok()[0])) {
ISUPPER 4783 process.c if (!ISUPPER(*p))
ISUPPER 204 strftime.c if (ISUPPER(*s)) *s = TOLOWER(*s);
ISUPPER 281 symbol.c type = ISUPPER(*m) ? ID_CONST : ID_LOCAL;