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.java709 public static String toRegex(UnicodeSet source, Transliterator escaper, boolean onlyBmp) { in toRegex() argument
731 } else if (!onlyBmp || it.codepointEnd <= 0xFFFF) { // BMP in toRegex()
762 alternates.append('|').append(toRegex(lastToFirst.get(last), escaper, onlyBmp)) in toRegex()
763 .append(toRegex(last, escaper, onlyBmp)); in toRegex()