Searched refs:hexCharToInt (Results 1 – 1 of 1) sorted by relevance
286 hexCharToInt(char c) { in hexCharToInt() method in IccUtils315 ret[i/2] = (byte) ((hexCharToInt(s.charAt(i)) << 4) in hexStringToBytes()316 | hexCharToInt(s.charAt(i+1))); in hexStringToBytes()