Home | History | Annotate | Download | only in Modules

Lines Matching refs:sre_lower_locale

166 static unsigned int sre_lower_locale(unsigned int ch)
1673 return Py_BuildValue("i", sre_lower_locale(character));
1678 return Py_BuildValue("i", sre_lower_locale(character));
1806 state->lower = sre_lower_locale;
1811 state->lower = sre_lower_locale;