func time.get2

9 uses

	time (current package)
		zoneinfo_read.go#L382: func get2(b []byte) int {
		zoneinfo_read.go#L411: 	n := get2(buf[10:])
		zoneinfo_read.go#L447: 		meth := get2(buf[10:])
		zoneinfo_read.go#L449: 		namelen := get2(buf[28:])
		zoneinfo_read.go#L450: 		xlen := get2(buf[30:])
		zoneinfo_read.go#L451: 		fclen := get2(buf[32:])
		zoneinfo_read.go#L481: 			get2(buf[8:]) != meth ||
		zoneinfo_read.go#L482: 			get2(buf[26:]) != namelen ||
		zoneinfo_read.go#L486: 		xlen = get2(buf[28:])