Home | History | Annotate | Download | only in Python

Lines Matching refs:Py_TOLOWER

12     while(*t && Py_TOLOWER(*s) == *t) {