Searched refs:ACPI_IS_UPPER (Results 1 – 3 of 3) sorted by relevance
700 if (ACPI_IS_UPPER (index)) in AcpiUtStrtoul()807 return (ACPI_IS_UPPER(c) ? ((c)+0x20) : (c)); in AcpiUtToLower()
373 #define ACPI_IS_UPPER(i) isupper((int) (i)) macro
353 #define ACPI_IS_UPPER(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_UP)) macro