Home | History | Annotate | Download | only in Modules

Lines Matching refs:sre_lower_unicode

181 static unsigned int sre_lower_unicode(unsigned int ch)
1676 return Py_BuildValue("i", sre_lower_unicode(character));
1809 state->lower = sre_lower_unicode;