Searched refs:toDigit (Results 1 – 2 of 2) sorted by relevance
1763 int firstDigit = toDigit(hexString.charAt(0)); in hexToByte()1764 int secondDigit = toDigit(hexString.charAt(1)); in hexToByte()1768 private int toDigit(char hexChar) { in toDigit() method in InboundSmsHandler
30888 HPLlibcore/util/HexEncoding;->toDigit([CI)I