Searched refs:FL_LOWER (Results 1 – 1 of 1) sorted by relevance
37 #define FL_LOWER (0x20) macro46 #define AT_LO (FL_LOWER | FL_ALPHA | FL_PRINT)48 #define AT_LX (FL_LOWER | FL_ALPHA | FL_PRINT | FL_XDIGIT)154 return c < 128 && (attr[c] & FL_LOWER) != 0; in unichar_islower()
Completed in 2 milliseconds