Searched refs:sbx (Results 1 – 1 of 1) sorted by relevance
236 StringBuilder sbx = new StringBuilder(); in bytesToBingoCard() local238 sbx.append(String.format("%02x ", dup.get() & BYTE_MASK)); in bytesToBingoCard()241 sbx.append(' '); in bytesToBingoCard()243 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK))); in bytesToBingoCard()245 return sbx.toString(); in bytesToBingoCard()