Searched refs:have_firstbyte (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Ddfa.cc274 bool have_firstbyte,
1247 // loop as the "firstbyte" argument, along with a boolean "have_firstbyte".
1280 bool have_firstbyte,
1309 if (have_firstbyte && s == start) {
1541 bool have_firstbyte = (params->firstbyte >= 0); local
1542 int index = 4 * have_firstbyte +
1279 InlinedSearchLoop(SearchParams* params, bool have_firstbyte, bool want_earliest_match, bool run_forward) argument

Completed in 121 milliseconds