Home | History | Annotate | Download | only in bytes

Lines Matching refs:Repeat

922 		a := Repeat(tin, tt.count)
924 t.Errorf("Repeat(%q, %d) = %q; want %q", tin, tt.count, a, tout)
930 func repeat(b []byte, count int) (err error) {
942 Repeat(b, count)
964 err := repeat([]byte(tt.s), tt.count)
1437 Repeat([]byte("-"), 80)
1464 x := Repeat([]byte{'#'}, 4096) // Never matches set
1482 x := Repeat([]byte(cs[:j]), k) // Always matches set