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

8 uses

	golang.org/x/text/cases (current package)
		context.go#L276: func title(c *context) bool {
		map.go#L92: 		{title, lower, isTitle, nil},                // und
		map.go#L93: 		{title, lower, isTitle, afnlRewrite},        // af
		map.go#L94: 		{aztrUpper(title), aztrLower, isTitle, nil}, // az
		map.go#L95: 		{title, lower, isTitle, nil},                // el
		map.go#L96: 		{ltUpper(title), ltLower, noSpan, nil},      // lt
		map.go#L98: 		{aztrUpper(title), aztrLower, isTitle, nil}, // tr
		map.go#L780: 		return title(c)