github.com/andybalholm/brotli/matchfinder.M4.MinLength (field)
12 uses
github.com/andybalholm/brotli/matchfinder (current package)
m4.go#L22: MinLength int
m4.go#L67: if q.MinLength == 0 {
m4.go#L68: q.MinLength = 4
m4.go#L119: if matches[1].End-matches[1].Start >= q.MinLength && q.score(matches[1]) > 0 {
m4.go#L133: if m.End-m.Start >= q.MinLength {
m4.go#L160: if m.End-m.Start > q.MinLength && q.score(m) > 0 {
m4.go#L176: if m.End-m.Start > q.MinLength && q.score(m) > q.score(currentMatch) {
m4.go#L182: if currentMatch.End-currentMatch.Start < q.MinLength {
m4.go#L220: case matches[0].Start < matches[2].End+q.MinLength:
m4.go#L234: if q.ChainLength > 0 && matches[2].End-matches[2].Start >= q.MinLength {
m4.go#L254: if matches[2].End-matches[2].Start >= q.MinLength && q.score(matches[2]) > 0 {
m4.go#L266: if matches[1].End-matches[1].Start >= q.MinLength && q.score(matches[1]) > 0 {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |