Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java726 public static String toRegex(UnicodeSet source, Transliterator escaper, boolean onlyBmp) { in toRegex() argument
748 } else if (!onlyBmp || it.codepointEnd <= 0xFFFF) { // BMP in toRegex()
779 alternates.append('|').append(toRegex(lastToFirst.get(last), escaper, onlyBmp)) in toRegex()
780 .append(toRegex(last, escaper, onlyBmp)); in toRegex()