Searched refs:hexCharToValue (Results 1 – 2 of 2) sorted by relevance
38 private static int hexCharToValue(char c) { in hexCharToValue() method in UriCodec129 int newDigit = hexCharToValue(c); in appendDecoded()
10687 HSPLandroid/net/UriCodec;->hexCharToValue(C)I