Searched defs:unescapeAt (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUtility.java102 * to parallel the icu4c unescapeAt() function.
108 public static int unescapeAt(String s, int[] offset16) { method in class:Utility
192 c = unescapeAt(s, o);

Completed in 38 milliseconds