golang.org/x/text/secure/precis.options.foldWidth (field)

4 uses

	golang.org/x/text/secure/precis (current package)
		options.go#L20: 	foldWidth bool
		options.go#L74: 		o.foldWidth = true
		profile.go#L90: 		if p.options.foldWidth {
		profile.go#L201: 		if p.options.foldWidth || (p.options.ignorecase && comparing) {