Home | History | Annotate | Download | only in regexp

Lines Matching refs:inputString

289 // inputString scans a string.
290 type inputString struct {
294 func (i *inputString) step(pos int) (rune, int) {
305 func (i *inputString) canCheckPrefix() bool {
309 func (i *inputString) hasPrefix(re *Regexp) bool {
313 func (i *inputString) index(re *Regexp, pos int) int {
317 func (i *inputString) context(pos int) syntax.EmptyOp {