Home | History | Annotate | Download | only in i18n

Lines Matching full:repeated

770         //     1.   stuff to be repeated
774 // Or, if the item to be repeated can match a zero length string,
776 // 2. body of stuff to be repeated
781 // Or, if the item to be repeated is simple
782 // 1. Item to be repeated.
783 // 2. LOOP_SR_I set number (assuming repeated item is a set ref)
843 // Simpler code when the repeated body must match something non-empty
852 // 1. stuff to be repeated (already built)
931 // Check for simple *, where the construct being repeated
2329 // The thing being repeated is not a single op, but some
2331 // Note that things "repeated" a max of once are handled as inline, because
2336 // Pick up the opcode that is to be repeated
2353 // Loop, emitting the op for the thing being repeated each time.