func bytes.Count

3 uses

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