Searched refs:charToByte (Results 1 – 1 of 1) sorted by relevance
101 bytes[j] = (byte) (charToByte(bcd.charAt(i + 1)) << 4 | charToByte(bcd.charAt(i))); in bcdToBytes()850 private static byte charToByte(char c) { in charToByte() method in IccUtils