Lines Matching full:look
1047 // We ran off the end of the string with a pending look-ahead match.
1048 // Treat this as if the look-ahead condition had been met, and return
1049 // the match at the / position from the look-ahead rule.
1067 // look up the current character's character category, which tells us
1068 // which column in the state table to look at.
1131 // Look-ahead completed, but other rules may match further. Continue on
1145 // Because this is an accepting state, any in-progress look-ahead match
1147 lookaheadStatus = 0; // clear out any pending look-ahead match.
1263 // We ran off the end of the string with a pending look-ahead match.
1264 // Treat this as if the look-ahead condition had been met, and return
1265 // the match at the / position from the look-ahead rule.
1287 // look up the current character's character category, which tells us
1288 // which column in the state table to look at.
1345 // Look-ahead completed, but other rules may match further. Continue on
1358 // Because this is an accepting state, any in-progress look-ahead match