Home | History | Annotate | Download | only in Modules

Lines Matching refs:sre_char_lower

131 static char sre_char_lower[128] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
154 return ((ch) < 128 ? (unsigned int)sre_char_lower[ch] : ch);