Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dunicode.c37 #define FL_LOWER (0x20) macro
46 #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 3 milliseconds