Searched refs:hexCharToInt (Results 1 – 2 of 2) sorted by relevance
390 hexCharToInt(char c) { in hexCharToInt() method in IccUtils420 ret[i/2] = (byte) ((hexCharToInt(s.charAt(i)) << 4) in hexStringToBytes()421 | hexCharToInt(s.charAt(i+1))); in hexStringToBytes()
23852 HSPLcom/android/internal/telephony/uicc/IccUtils;->hexCharToInt(C)I