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

7 uses

	golang.org/x/text/cases (current package)
		context.go#L307: func isTitle(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#L98: 		{aztrUpper(title), aztrLower, isTitle, nil}, // tr
		map.go#L800: 		return isTitle(c)