Home | History | Annotate | Download | only in Modules

Lines Matching refs:sre_lower_locale

180 static unsigned int sre_lower_locale(unsigned int ch)

1676 return Py_BuildValue("i", sre_lower_locale(character));
1681 return Py_BuildValue("i", sre_lower_locale(character));
1809 state->lower = sre_lower_locale;
1814 state->lower = sre_lower_locale;