Home | History | Annotate | Download | only in Modules

Lines Matching refs:sre_lower_unicode

134 static unsigned int sre_lower_unicode(unsigned int ch)
314 return ch != sre_lower_unicode(ch) || ch != sre_upper_unicode(ch);
344 return sre_lower_unicode(character);