Home
last modified time | relevance | path

Searched refs:islower (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/musl/src/ctype/
A Dislower.c2 #undef islower
4 int islower(int c) { in islower() function
A Dtoupper.c4 if (islower(c)) in toupper()
/third_party/ulib/musl/include/
A Dctype.h15 int islower(int);
31 #define islower(a) (0 ? islower(a) : ((unsigned)(a) - 'a') < 26) macro
/third_party/lib/acpica/source/tools/acpisrc/
A Dascase.c310 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()
/third_party/uapp/dash/src/
A Dsystem.c32 #define islower _islower macro
45 #undef islower
143 int islower(int c) { in islower() function
A Dinit.c104 #undef islower
105 #define islower _islower macro
A Dexpand.c1510 { .name = ":lower:]", .fn = islower }, in ccmatch()
/third_party/lib/acpica/source/include/acpica/
A Dacclib.h72 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) macro
/third_party/lib/acpica/source/components/utilities/
A Dutclib.c743 return (islower(c) ? ((c)-0x20) : (c)); in toupper()
/third_party/ulib/musl/
A Dmusl-rules.mk195 $(LOCAL_DIR)/src/ctype/islower.c \

Completed in 13 milliseconds