Searched defs:RuneReader (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/ |
D | exec.go | 397 func (re *Regexp) doOnePass(ir io.RuneReader, ib []byte, is string, pos, ncap int, dstCap []int) []… 513 func (re *Regexp) doMatch(r io.RuneReader, b []byte, s string) bool { 521 func (re *Regexp) doExecute(r io.RuneReader, b []byte, s string, pos int, ncap int, dstCap []int) […
|
D | regexp.go | 539 func MatchReader(pattern string, r io.RuneReader) (matched bool, err error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/ |
D | io.go | 289 type RuneReader interface { interface
|