const golang.org/x/text/cases.maxIgnorable

10 uses

	golang.org/x/text/cases (current package)
		map.go#L35: const maxIgnorable = 30
		map.go#L464: 	for i := 0; i < maxIgnorable+1; i++ {
		map.go#L529: 	for ; i < maxIgnorable && c.next(); i++ {
		map.go#L562: 	return i == maxIgnorable
		map.go#L622: 	for ; i < maxIgnorable && c.next(); i++ {
		map.go#L633: 	return i == maxIgnorable
		map.go#L667: 		for ; i < maxIgnorable && c.next(); i++ {
		map.go#L705: 		return i == maxIgnorable
		map.go#L749: 	for ; i < maxIgnorable && c.next(); i++ {
		map.go#L765: 	if i == maxIgnorable {