Searched refs:ascii_lower (Results 1 – 1 of 1) sorted by relevance
747 #define ascii_lower(c) ((c <= 127) ? Py_TOLOWER(c) : 0) in setup_context() macro751 ascii_lower(PyUnicode_READ(kind, data, len-3)) == 'p' && in setup_context()752 ascii_lower(PyUnicode_READ(kind, data, len-2)) == 'y' && in setup_context()753 ascii_lower(PyUnicode_READ(kind, data, len-1)) == 'c') in setup_context()