Searched refs:LOOKAHEAD (Results 1 – 12 of 12) sorted by relevance
187 public final static int LOOKAHEAD = 1; field in RBBIDataWrapper450 if (table.fTable[row+LOOKAHEAD] != 0) { in dumpRow()451 dest.append(intToString(table.fTable[row+LOOKAHEAD], 5)); in dumpRow()
218 public final static int LOOKAHEAD = 1; field in RBBIDataWrapper494 if (table.fTable[row+LOOKAHEAD] != 0) { in dumpRow()495 dest.append(intToString(table.fTable[row+LOOKAHEAD], 5)); in dumpRow()
126 return is_positive() && type() == LOOKAHEAD && body()->IsAnchoredAtStart(); in IsAnchoredAtStart()280 os_ << (that->type() == RegExpLookaround::LOOKAHEAD ? "->" : "<-"); in VisitLookaround()
536 RegExpParserState initial_state(nullptr, INITIAL, RegExpLookaround::LOOKAHEAD, in ParseDisjunction()882 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseOpenParenthesis()887 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseOpenParenthesis()
514 enum Type { LOOKAHEAD, LOOKBEHIND }; enumerator
610 s.append(fwtbl.fTable[row + RBBIDataWrapper.LOOKAHEAD]); in TestTableRedundancies()
613 s.append(fwtbl.fTable[row + RBBIDataWrapper.LOOKAHEAD]); in TestTableRedundancies()
925 int rule = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handleNext()
1151 table.fTable[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead;
948 int rule = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handleNext()
1181 table.fTable[row + RBBIDataWrapper.LOOKAHEAD] = (char)sd.fLookAhead;
10958 LOOKAHEAD AND LOOKBEHIND ASSERTIONS