Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dregexp.go95 minInputLen int // minimum length of the input in bytes member
268 func minInputLen(re *syntax.Regexp) int { func