Home
last modified time | relevance | path

Searched refs:_sre_unicode_tolower_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
D_sre.c.h152 _sre_unicode_tolower_impl(PyObject *module, int character);
170 _return_value = _sre_unicode_tolower_impl(module, character); in _sre_unicode_tolower()
/external/python/cpython3/Modules/
D_sre.c334 _sre_unicode_tolower_impl(PyObject *module, int character) in _sre_unicode_tolower_impl() function