Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/internal/lazyregexp/
Dlazyre.go42 func (r *Regexp) FindStringSubmatchIndex(s string) []int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/lazyregexp/
Dlazyre.go42 func (r *Regexp) FindStringSubmatchIndex(s string) []int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dregexp.go1058 func (re *Regexp) FindStringSubmatchIndex(s string) []int { func