Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_sre.c.h115 _sre_ascii_tolower_impl(PyObject *module, int character);
133 _return_value = _sre_ascii_tolower_impl(module, character); in _sre_ascii_tolower()
/external/python/cpython3/Modules/
D_sre.c319 _sre_ascii_tolower_impl(PyObject *module, int character) in _sre_ascii_tolower_impl() function