Home | History | Annotate | Download | only in okio

Lines Matching defs:DIGITS

48   private static final byte[] DIGITS =
1075 data[--pos] = DIGITS[digit];
1098 data[pos] = DIGITS[(int) (v & 0xF)];