Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCodePointEscaper.java165 return rawEscapedToCodePoint(value.substring(1, value.length() - 1)); in escapedToCodePoint()
234 public static int rawEscapedToCodePoint(CharSequence value) { in rawEscapedToCodePoint() method in CodePointEscaper
H A DSimpleUnicodeSetFormatter.java269 CodePointEscaper.rawEscapedToCodePoint( in unescape()