Home | History | Annotate | Download | only in i18n

Lines Matching full:look

2344                 // Leaving a look-ahead block.
2352 // This makes the capture groups from within the look-ahead
2418 // Entering a look-behind block.
2436 // Positive Look-Behind, at top of loop checking for matches of LB expression
2465 // Look Behind altogether.
2482 // End of a look-behind block, after a successful match.
2486 // The look-behind expression matched, but the match did not
2490 // the look-behind altogether, whichever is appropriate.
2495 // Look-behind match is good. Restore the orignal input string length,
2508 // Negative Look-Behind, at top of loop checking for matches of LB expression
2556 // End of a negative look-behind block, after a successful match.
2560 // The look-behind expression matched, but the match did not
2564 // the look-behind altogether, whichever is appropriate.
2569 // Look-behind expression matched, which means look-behind test as
2588 // prior to entering the look-behind test.