Home
last modified time | relevance | path

Searched defs:hasPrefix (Results 1 – 3 of 3) sorted by relevance

/prebuilts/go/linux-x86/src/regexp/
Dregexp.go375 hasPrefix(re *Regexp) bool methodSpec
400 func (i *inputString) hasPrefix(re *Regexp) bool { func
447 func (i *inputBytes) hasPrefix(re *Regexp) bool { func
499 func (i *inputReader) hasPrefix(re *Regexp) bool { func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/cases/
Dcontext.go161 func (c *context) hasPrefix(s string) bool { func
/prebuilts/go/linux-x86/src/runtime/pprof/
Dpprof_test.go2574 func hasPrefix(stk []string, prefix []string) bool { func