Searched refs:tre_isdigit (Results 1 – 2 of 2) sorted by relevance
65 #define tre_isdigit iswdigit macro94 #define tre_isdigit isdigit macro
208 int tre_isdigit_func(tre_cint_t c) { return tre_isdigit(c); } in tre_isdigit_func()1519 if (tre_isdigit(*ctx->re)) in tre_parse()