Searched refs:LONG_SIZE (Results 1 – 1 of 1) sorted by relevance
250 private static final int LONG_SIZE = 13; field in EnrollmentSpecificIdTest260 final char[] encoded = new char[LONG_SIZE + (LONG_SIZE / GROUP_SIZE)]; in encodeBase32()263 for (int i = 0; i < LONG_SIZE; i++) { in encodeBase32()270 if (i > 0 && (i % GROUP_SIZE) == (LONG_SIZE % GROUP_SIZE)) { in encodeBase32()