Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_sre.c108 static unsigned int sre_lower(unsigned int ch) in sre_lower() function
301 return sre_lower(character); in _sre_getlower_impl()
426 state->lower = sre_lower; in state_init()
/external/python/cpython2/Modules/
D_sre.c152 static unsigned int sre_lower(unsigned int ch) in sre_lower() function
1680 return Py_BuildValue("i", sre_lower(character)); in sre_getlower()
1814 state->lower = sre_lower; in state_init()