Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_sre.c.h41 _sre_ascii_iscased_impl(PyObject *module, int character);
53 _return_value = _sre_ascii_iscased_impl(module, character); in _sre_ascii_iscased()
/external/python/cpython3/Modules/
D_sre.c294 _sre_ascii_iscased_impl(PyObject *module, int character) in _sre_ascii_iscased_impl() function