Home | History | Annotate | Download | only in dist

Lines Matching defs:safe_isdigit

212826 #  define safe_isdigit(x)  sqlite3Isdigit(x)
212832 # define safe_isdigit(x) isdigit((unsigned char)(x))
212969 if( safe_isdigit(c) ) continue;