Searched refs:onlyBmp (Results 1 – 1 of 1) sorted by relevance
726 public static String toRegex(UnicodeSet source, Transliterator escaper, boolean onlyBmp) { in toRegex() argument748 } 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()