func bytes.Count

3 uses

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