Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c181 static unsigned int sre_lower_unicode(unsigned int ch) in sre_lower_unicode() function
1676 return Py_BuildValue("i", sre_lower_unicode(character)); in sre_getlower()
1809 state->lower = sre_lower_unicode; in state_init()