Searched refs:encodeDigit (Results 1 – 2 of 2) sorted by relevance
86 output = append(output, encodeDigit(t+(q-t)%(base-t)))89 output = append(output, encodeDigit(q))101 func encodeDigit(digit int32) byte { func
157 output = append(output, encodeDigit(t+(q-t)%(base-t)))160 output = append(output, encodeDigit(q))193 func encodeDigit(digit int32) byte { func