Searched refs:rep_min (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_match.c | 109 static const char rep_min[] = { 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, }; variable 2807 min = rep_min[c]; /* Pick up values from tables; */ in match() 3005 min = rep_min[c]; /* Pick up values from tables; */ in match() 3232 min = rep_min[c]; /* Pick up values from tables; */ in match() 3490 min = rep_min[c]; /* Pick up values from tables; */ in match() 3864 min = rep_min[c]; /* Pick up values from tables; */ in match() 4221 min = rep_min[c]; /* Pick up values from tables; */ in match()
|