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

/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc1894 bool endmatch = false; local
1896 endmatch = true;
1898 endmatch = true;
1906 if (match0 == NULL && !endmatch) {
1920 if (endmatch && ep != (reversed_ ? text.begin() : text.end()))
/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/dist/
H A Dpcregrep.c1878 char *endmatch = ptr + offsets[1]; local
1880 while (t <= endmatch)
1883 if (t < endmatch) linenumber++; else break;
1963 char *endmatch = ptr + offsets[1]; local
1965 while (t < endmatch)
1968 if (t <= endmatch) linenumber++; else break;
1970 endmatch = end_of_line(endmatch, endptr, &ellength);
1971 linelength = endmatch - ptr - ellength;

Completed in 737 milliseconds