Searched defs:is_quantifier (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp299 static int is_quantifier(const char *re) { function in namespace:buildtool
397 FAIL_IF(is_quantifier(&re[i]), SLRE_UNEXPECTED_QUANTIFIER);
400 if (i + step < re_len && is_quantifier(re + i + step)) {

Completed in 56 milliseconds