Searched refs:sbx (Results 1 – 1 of 1) sorted by relevance
279 StringBuilder sbx = new StringBuilder(); in bytesToBingoCard() local281 sbx.append(String.format("%02x ", dup.get() & BYTE_MASK)); in bytesToBingoCard()284 sbx.append(' '); in bytesToBingoCard()286 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK))); in bytesToBingoCard()288 return sbx.toString(); in bytesToBingoCard()