ISLOWER          1598 encoding.c     	    if (ISLOWER(*s)) haslower = 1;
ISLOWER          1611 encoding.c     		if (ISLOWER(*s)) haslower = 1;
ISLOWER          1621 encoding.c     	    if (ISLOWER(*s)) *s = ONIGENC_ASCII_CODE_TO_UPPER_CASE((int)*s);
ISLOWER          1631 encoding.c     		if (ISLOWER(*s)) *s = ONIGENC_ASCII_CODE_TO_UPPER_CASE((int)*s);
ISLOWER            34 ext/date/date_strftime.c 	if (ISLOWER(*s))
ISLOWER          4789 process.c                  if (!ISLOWER(*p))
ISLOWER           199 strftime.c     			if (ISLOWER(*s)) *s = TOUPPER(*s);