Searched refs:hexToInt (Results 1 – 1 of 1) sorted by relevance
213 private static int hexToInt(int ch) in hexToInt() method in UnoUrl234 int hb = hexToInt(s.charAt(++i)); in decodeUTF8()235 int lb = hexToInt(s.charAt(++i)); in decodeUTF8()
Completed in 17 milliseconds