Home | History | Annotate | Download | only in bytes

Lines Matching defs:bytes

5 // Package bytes implements functions for the manipulation of byte slices.
7 package bytes
26 // explode splits s into a slice of UTF-8 sequences, one per Unicode code point (still slices of bytes),
27 // up to a maximum of n byte slices. Invalid UTF-8 sequences are chopped into individual bytes.
221 // including sepSave bytes of sep in the subslices.
373 nbytes := 0 // number of bytes encoded in b
411 panic("bytes: negative Repeat count")
413 panic("bytes: Repeat count causes overflow")
596 // given ASCII character in the set. The 128-bits of the lower 16 bytes,
599 // 128 ASCII characters. The 128-bits of the upper 16 bytes will be zeroed,