ISLOWER 412 bignum.c ISLOWER(c) ? ((c) - 'a' + 10) : \ ISLOWER 1247 encoding.c if (ISLOWER(*s)) haslower = 1; ISLOWER 1258 encoding.c if (ISLOWER(*s)) haslower = 1; ISLOWER 1265 encoding.c if (ISLOWER(*s)) *s = ONIGENC_ASCII_CODE_TO_UPPER_CASE((int)*s); ISLOWER 1275 encoding.c if (ISLOWER(*s)) *s = ONIGENC_ASCII_CODE_TO_UPPER_CASE((int)*s); ISLOWER 3155 process.c if (!ISLOWER(name[i])) ISLOWER 630 strftime.c if (ISLOWER(s[i])) ISLOWER 784 strftime.c if (ISLOWER(*s)) *s = TOUPPER(*s);