Searched refs:islower (Results 1 – 11 of 11) sorted by relevance
63 islower(int c) in islower() function71 return (isupper(c) || islower(c)); in isalpha()
61 #define islower(c) ((__ismask(c)&(_L)) != 0) macro80 if (islower(c)) in __toupper()
61 : islower(c) ? (c - 'a' + 10) in uni_str2nsap()68 : islower(c) ? (c - 'a' + 10) in uni_str2nsap()
143 # ifndef islower144 # define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro147 # define isalpha(x) (isupper(x) || islower(x))
617 #define ISLOWER(x) islower((u_char)(x))
180 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) macro
417 if (islower (Op->Asl.Value.Name[i])) in TrCreateValuedLeafOp()434 if (islower (*StringPtr)) in TrCreateValuedLeafOp()
313 int issigned = islower(opt); in b_unpack()
232 case 'l' : res = islower(c); break; in match_class()241 return (islower(cl) ? res : !res); in match_class()
284 case 'l' : res = islower(c); break; in match_class()293 return (islower(cl) ? res : !res); in match_class()
6272 if (XOR (islower (i), ISLOWER (i))