Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h32 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch) macro
/third_party/python/Doc/data/
Drefcounts.dat2397 Py_UNICODE_TOLOWER:Py_UNICODE:::
2398 Py_UNICODE_TOLOWER:Py_UNICODE:ch::
/third_party/python/Modules/
D_sre.c131 return (unsigned int) Py_UNICODE_TOLOWER(ch); in sre_lower_unicode()
/third_party/python/Doc/c-api/
Dunicode.rst335 .. c:function:: Py_UCS4 Py_UNICODE_TOLOWER(Py_UCS4 ch)
/third_party/python/Doc/whatsnew/
D3.2.rst2532 (Py_UNICODE_TOLOWER, Py_UNICODE_ISDECIMAL, and others). A visible difference
/third_party/python/Misc/
DHISTORY12295 (Py_UNICODE_TOLOWER, Py_UNICODE_ISDECIMAL, and others). A visible difference