Home | History | Annotate | Download | only in Modules

Lines Matching refs:sre_lower_unicode

195 static unsigned int sre_lower_unicode(unsigned int ch)

1679 return Py_BuildValue("i", sre_lower_unicode(character));
1812 state->lower = sre_lower_unicode;