Home
last modified time | relevance | path

Searched refs:Py_UNICODE_ISLOWER (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dunicodeobject.h27 #define Py_UNICODE_ISLOWER(ch) _PyUnicode_IsLowercase(ch) macro
/third_party/python/Objects/
H A Dunicodeobject.c9898 else if (Py_UNICODE_ISLOWER(c)) { in do_swapcase()
11926 Py_UNICODE_ISLOWER(PyUnicode_READ(kind, data, 0))); in unicode_islower_impl()
11938 else if (!cased && Py_UNICODE_ISLOWER(ch)) in unicode_islower_impl()
11981 if (Py_UNICODE_ISLOWER(ch) || Py_UNICODE_ISTITLE(ch)) in unicode_isupper_impl()
12035 else if (Py_UNICODE_ISLOWER(ch)) { in unicode_istitle_impl()

Completed in 21 milliseconds