Searched refs:hexCharToValue (Results 1 – 1 of 1) sorted by relevance
38 private static int hexCharToValue(char c) { in hexCharToValue() method in UriCodec129 int newDigit = hexCharToValue(c); in appendDecoded()