Lines Matching full:scan
179 // state, then linearly scan forward until we find a row that matches the
1310 // Scan of the back reference in the source regexp is complete. Now generate
1699 // The right side needs to be picked up, the scan is at the 'N'.
2755 // Look-around. Scan forward until the matching look-ahead end,
2798 // consumed by the scan in URX_LA_START and LB_START
3065 // Look-around. Scan forward until the matching look-ahead end,
3326 // troublesome supplementals fold to, scan our string, and bump the
3365 // Look-behind. Scan forward until the matching look-around end,
3703 // Scan through any white space and comments, until we
3832 // The scan position will be at the 'N'. On return
3833 // the scan position should be just after the '}'
3884 // scanProp Construct a UnicodeSet from the text at the current scan
3887 // The scan position will be at the 'p' or 'P'. On return
3888 // the scan position should be just after the '}'
3922 nextChar(fC); // Move input scan to position following the closing '}'
3928 // scanPosixProp Construct a UnicodeSet from the text at the current scan
3931 // The scan position will be at the opening ':'. On return
3932 // the scan position must be on the closing ']'
3936 // If not a property expression, restore the initial scan position
3967 // Scan for a closing ]. A little tricky because there are some perverse
3981 // Scan for the closing ":]", collecting the property name along the way.
4005 // Restore the original scan position.