Searched refs:ismatch (Results 1 – 1 of 1) sorted by relevance
/external/regex-re2/re2/ |
D | dfa.cc | 231 int c, uint flag, bool* ismatch, 910 int c, uint flag, bool* ismatch, in RunWorkqOnByte() argument 919 if (*ismatch) in RunWorkqOnByte() 943 *ismatch = true; in RunWorkqOnByte() 954 c, flag, DumpWorkq(newq).c_str(), *ismatch); in RunWorkqOnByte() 1036 bool ismatch = false; in RunStateOnByte() local 1037 RunWorkqOnByte(q0_, q1_, c, afterflag, &ismatch, kind_, start_unanchored_); in RunStateOnByte() 1052 if (ismatch) in RunStateOnByte()
|