Home | History | Annotate | Download | only in i18n

Lines Matching full:scan

147         //    state, then linearly scan forward until we find a row that matches the
1265 // Scan of the back reference in the source regexp is complete. Now generate
1650 // The right side needs to be picked up, the scan is at the 'N'.
2781 // Look-around. Scan forward until the matching look-ahead end,
2824 // consumed by the scan in URX_LA_START and LB_START
3080 // Look-around. Scan forward until the matching look-ahead end,
3344 // Look-behind. Scan forward until the matching look-around end,
3649 // Scan through any white space and comments, until we
3759 // The scan position will be at the 'N'. On return
3760 // the scan position should be just after the '}'
3811 // scanProp Construct a UnicodeSet from the text at the current scan
3814 // The scan position will be at the 'p' or 'P'. On return
3815 // the scan position should be just after the '}'
3849 nextChar(fC); // Move input scan to position following the closing '}'
3855 // scanPosixProp Construct a UnicodeSet from the text at the current scan
3858 // The scan position will be at the opening ':'. On return
3859 // the scan position must be on the closing ']'
3863 // If not a property expression, restore the initial scan position
3894 // Scan for a closing ]. A little tricky because there are some perverse
3908 // Scan for the closing ":]", collecting the property name along the way.
3932 // Restore the original scan position.