Searched refs:cccValue (Results 1 – 1 of 1) sorted by relevance
1229 public static String cccIntToStr(Short cccValue) { in cccIntToStr() argument1232 if (cccValue == 0) { in cccIntToStr()1236 if (BigInteger.valueOf(cccValue).testBit(0)) { in cccIntToStr()1239 if (BigInteger.valueOf(cccValue).testBit(1)) { in cccIntToStr()