Home | History | Annotate | Download | only in Modules

Lines Matching refs:sre_lower_unicode

194 static unsigned int sre_lower_unicode(unsigned int ch)

1665 return Py_BuildValue("i", sre_lower_unicode(character));
1798 state->lower = sre_lower_unicode;