Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dunicodeobject.h32 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch) macro
/third_party/python/Modules/_sre/
H A Dsre.c131 return (unsigned int) Py_UNICODE_TOLOWER(ch); in sre_lower_unicode()

Completed in 8 milliseconds