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