Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytes_methods.c140 return PyBool_FromLong(Py_ISLOWER(*p)); in _Py_bytes_islower()
151 else if (!cased && Py_ISLOWER(*p)) in _Py_bytes_islower()
183 if (Py_ISLOWER(*p)) in _Py_bytes_isupper()
228 else if (Py_ISLOWER(ch)) { in _Py_bytes_istitle()
291 if (Py_ISLOWER(c)) in _Py_bytes_upper()
317 if (Py_ISLOWER(c)) { in _Py_bytes_title()
351 if (Py_ISLOWER(c)) in _Py_bytes_capitalize()
387 if (Py_ISLOWER(c)) { in _Py_bytes_swapcase()
/external/python/cpython2/Include/
Dpyctype.h17 #define Py_ISLOWER(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_LOWER) macro
Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c)
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2159 :c:macro:`Py_ISLOWER`,