func golang.org/x/text/cases.lower

12 uses

	golang.org/x/text/cases (current package)
		context.go#L193: func lower(c *context) bool {
		map.go#L92: 		{title, lower, isTitle, nil},                // und
		map.go#L93: 		{title, lower, isTitle, afnlRewrite},        // af
		map.go#L95: 		{title, lower, isTitle, nil},                // el
		map.go#L97: 		{nlTitle, lower, nlTitleSpan, afnlRewrite},  // nl
		map.go#L185: 	for c.next() && lower(&c) {
		map.go#L240: 				if !lower(&c) {
		map.go#L254: 				if !lower(&c) {
		map.go#L590: 		lower(c)
		map.go#L615: 			lower(c)
		map.go#L618: 			return lower(c)
		map.go#L738: 		return lower(c)