Lines Matching full:hasprefix
265 hasPrefix(re *Regexp) bool290 func (i *inputString) hasPrefix(re *Regexp) bool {291 return strings.HasPrefix(i.str, re.prefix)329 func (i *inputBytes) hasPrefix(re *Regexp) bool {330 return bytes.HasPrefix(i.str, re.prefixBytes)373 func (i *inputReader) hasPrefix(re *Regexp) bool {