Home | History | Annotate | Download | only in Modules

Lines Matching refs:sre_lower_locale

179 static unsigned int sre_lower_locale(unsigned int ch)

1662 return Py_BuildValue("i", sre_lower_locale(character));
1667 return Py_BuildValue("i", sre_lower_locale(character));
1795 state->lower = sre_lower_locale;
1800 state->lower = sre_lower_locale;