Home | History | Annotate | Download | only in Python

Lines Matching refs:Py_TOLOWER

747 #define ascii_lower(c) ((c <= 127) ? Py_TOLOWER(c) : 0)