< prev index next >

src/java.base/share/classes/sun/text/normalizer/UnicodeSet.java

Print this page

        

*** 271,280 **** --- 271,281 ---- * * @author Alan Liu * @stable ICU 2.0 * @see UnicodeSetIterator */ + @SuppressWarnings("deprecation") public class UnicodeSet implements UnicodeMatcher { private static final int LOW = 0x000000; // LOW <= all valid values. ZERO for codepoints private static final int HIGH = 0x110000; // HIGH > all valid values. 10000 for code units. // 110000 for codepoints
< prev index next >