Searched refs:unescapeAt (Results 1 - 2 of 2) 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);
H A DRuleCharacterIterator.java112 * to its value. Escapes are parsed using Utility.unescapeAt().
197 c = Utility.unescapeAt(lookahead(), offset);

Completed in 24 milliseconds