Searched refs:toAscii (Results 1 – 1 of 1) sorted by relevance
245 private static char toAscii(int b) { in toAscii() method in Utils286 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK))); in bytesToBingoCard()