Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dunicode.c36 #define FL_UPPER (0x10) macro
45 #define AT_UP (FL_UPPER | FL_ALPHA | FL_PRINT)
47 #define AT_UX (FL_UPPER | FL_ALPHA | FL_PRINT | FL_XDIGIT)
150 return c < 128 && (attr[c] & FL_UPPER) != 0; in unichar_isupper()

Completed in 2 milliseconds