Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dunicodeobject.h28 #define Py_UNICODE_ISUPPER(ch) _PyUnicode_IsUppercase(ch) macro
/third_party/python/Objects/
H A Dunicodeobject.c9895 if (Py_UNICODE_ISUPPER(c)) { in do_swapcase()
11936 if (Py_UNICODE_ISUPPER(ch) || Py_UNICODE_ISTITLE(ch)) in unicode_islower_impl()
11971 Py_UNICODE_ISUPPER(PyUnicode_READ(kind, data, 0)) != 0); in unicode_isupper_impl()
11983 else if (!cased && Py_UNICODE_ISUPPER(ch)) in unicode_isupper_impl()
12017 (Py_UNICODE_ISUPPER(ch) != 0)); in unicode_istitle_impl()
12029 if (Py_UNICODE_ISUPPER(ch) || Py_UNICODE_ISTITLE(ch)) { in unicode_istitle_impl()

Completed in 21 milliseconds