Searched refs:LOOKAHEAD (Results 1 – 10 of 10) sorted by relevance
80 final static int LOOKAHEAD = 1; field in RBBIDataWrapper428 if (table[row+LOOKAHEAD] != 0) { in dumpRow()429 dest.append(intToString(table[row+LOOKAHEAD], 5)); in dumpRow()
1302 if (stateTable[row + RBBIDataWrapper.LOOKAHEAD] != 0) { in handleNext()1326 lookaheadStatus = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handleNext()1476 if (stateTable[row + RBBIDataWrapper.LOOKAHEAD] != 0) { in handlePrevious()1498 lookaheadStatus = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handlePrevious()
915 table[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable()
81 final static int LOOKAHEAD = 1; field in RBBIDataWrapper429 if (table[row+LOOKAHEAD] != 0) { in dumpRow()430 dest.append(intToString(table[row+LOOKAHEAD], 5)); in dumpRow()
1282 if (stateTable[row + RBBIDataWrapper.LOOKAHEAD] != 0) { in handleNext()1306 lookaheadStatus = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handleNext()1456 if (stateTable[row + RBBIDataWrapper.LOOKAHEAD] != 0) { in handlePrevious()1478 lookaheadStatus = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handlePrevious()
916 table[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable()
124 return is_positive() && type() == LOOKAHEAD && body()->IsAnchoredAtStart(); in IsAnchoredAtStart()270 os_ << (that->type() == RegExpLookaround::LOOKAHEAD ? "->" : "<-"); in VisitLookaround()
178 RegExpParserState initial_state(NULL, INITIAL, RegExpLookaround::LOOKAHEAD, 0, in ParseDisjunction()288 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseDisjunction()293 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseDisjunction()
446 enum Type { LOOKAHEAD, LOOKBEHIND }; enumerator
7976 LOOKAHEAD AND LOOKBEHIND ASSERTIONS