Home
last modified time | relevance | path

Searched refs:hexToInt (Results 1 – 1 of 1) sorted by relevance

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java213 private static int hexToInt(int ch) in hexToInt() method in UnoUrl
234 int hb = hexToInt(s.charAt(++i)); in decodeUTF8()
235 int lb = hexToInt(s.charAt(++i)); in decodeUTF8()

Completed in 18 milliseconds