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

/external/regex-re2/re2/
H A Ddfa.cc1892 bool endmatch = false; local
1894 endmatch = true;
1896 endmatch = true;
1904 if (match0 == NULL && !endmatch) {
1918 if (endmatch && ep != (reversed_ ? text.begin() : text.end()))
/external/pcre/dist2/src/
H A Dpcre2grep.c2199 char *endmatch = ptr + offsets[1]; local
2201 while (t <= endmatch)
2204 if (t < endmatch) linenumber++; else break;
2283 char *endmatch = ptr + offsets[1]; local
2285 while (t < endmatch)
2288 if (t <= endmatch) linenumber++; else break;
2290 endmatch = end_of_line(endmatch, endptr, &ellength);
2291 linelength = endmatch - ptr - ellength;

Completed in 176 milliseconds