Home
last modified time | relevance | path

Searched refs:re_digit_char (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dregexp.c213 static int re_digit_char(int c){ in re_digit_char() function
296 if( re_digit_char(c) ) re_add_state(pNext, x+1); in re_match()
300 if( !re_digit_char(c) && c!=0 ) re_add_state(pNext, x+1); in re_match()