Lines Matching defs:byte
57 func splitSpacesBytes(s []byte) (r [][]byte) {
86 func newWordScanner(in []byte) *wordScanner {
139 func matchPatternBytes(pat, str []byte) bool {
178 func substPatternBytes(pat, repl, str []byte) (pre, subst, post []byte) {
232 func trimLeftSpaceBytes(s []byte) []byte {
241 func trimRightSpaceBytes(s []byte) []byte {
251 func trimSpaceBytes(s []byte) []byte {
275 func firstWord(line []byte) ([]byte, []byte) {
291 func findLiteralChar(s []byte, stop1, stop2 byte, op findCharOption) int {
347 func removeComment(line []byte) ([]byte, bool) {
390 func concatline(line []byte) []byte {