Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
D_warnings.c747 #define ascii_lower(c) ((c <= 127) ? Py_TOLOWER(c) : 0) in setup_context() macro
751 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()