Searched refs:IsLower (Results 1 – 1 of 1) sorted by relevance
48 #define IsLower(c) ((c) >= 'a' && (c) <= 'z') macro2765 if (IsLower(chr)) chr -= 0x20; /* To upper ASCII char */2933 if (IsLower(wc)) { /* ASCII lower case? */3005 if (IsLower(c)) c -= 0x20; /* To upper */3141 if (IsLower(c)) c -= 0x20;3142 if (IsLower(tc)) tc -= 0x20;3160 if (IsLower(c)) c -= 0x20;3161 if (IsLower(tc)) tc -= 0x20;5299 if (IsLower(wc)) wc -= 0x20; /* To upper ASCII characters */6475 if (IsLower(d)) d -= 0x20;