Searched refs:rawEscapedToCodePoint (Results 1 – 2 of 2) sorted by relevance
165 return rawEscapedToCodePoint(value.substring(1, value.length() - 1)); in escapedToCodePoint()234 public static int rawEscapedToCodePoint(CharSequence value) { in rawEscapedToCodePoint() method in CodePointEscaper
269 CodePointEscaper.rawEscapedToCodePoint( in unescape()