Searched refs:re_next_char_nocase (Results 1 – 1 of 1) sorted by relevance
6467 static unsigned re_next_char_nocase(ReInput *p){ in re_next_char_nocase() function6951 pRe->xNextChar = noCase ? re_next_char_nocase : re_next_char; in re_compile()