func bytes.Count

3 uses

	bytes (current package)
		bytes.go#L55: func Count(s, sep []byte) int {
		bytes.go#L354: 		n = Count(s, sep) + 1
		bytes.go#L1134: 		m = Count(s, old)