Searched refs:islower (Results 1 – 10 of 10) sorted by relevance
2 #undef islower4 int islower(int c) { in islower() function
4 if (islower(c)) in toupper()
15 int islower(int);31 #define islower(a) (0 ? islower(a) : ((unsigned)(a) - 'a') < 26) macro
310 if (!islower ((int) *SubString)) in AsMixedCaseToUnderscores()323 ((islower ((int) SubBuffer[1])) || isdigit ((int) SubBuffer[1]))) in AsMixedCaseToUnderscores()332 while (islower ((int) *SubBuffer) || in AsMixedCaseToUnderscores()555 (islower ((int) SubBuffer[1]))) in AsLowerCaseIdentifiers()602 if ((islower ((int) SubBuffer[i])) && in AsUppercaseTokens()
32 #define islower _islower macro45 #undef islower143 int islower(int c) { in islower() function
104 #undef islower105 #define islower _islower macro
1510 { .name = ":lower:]", .fn = islower }, in ccmatch()
72 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) macro
743 return (islower(c) ? ((c)-0x20) : (c)); in toupper()
195 $(LOCAL_DIR)/src/ctype/islower.c \
Completed in 13 milliseconds