Searched defs:inputBytes (Results 1 – 3 of 3) sorted by relevance
428 type inputBytes struct { struct429 str []byte432 func (i *inputBytes) step(pos int) (rune, int) {443 func (i *inputBytes) canCheckPrefix() bool {447 func (i *inputBytes) hasPrefix(re *Regexp) bool {451 func (i *inputBytes) index(re *Regexp, pos int) int {455 func (i *inputBytes) context(pos int) lazyFlag {
14 func inputBytes(str []byte) input { func