Searched refs:LETTERLIKE_SYMBOLS (Results 1 – 6 of 6) sorted by relevance
220 … assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.of((char) 0x2100)); in test_ofC()221 … assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.of((char) 0x214f)); in test_ofC()473 assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.of(0x2100)); in test_ofI()474 assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.of(0x214f)); in test_ofI()946 …assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.forName("LETTERLIKE… in test_forNameLjava_lang_String()947 …assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.forName("Letterlike… in test_forNameLjava_lang_String()948 …assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.forName("Letterlike… in test_forNameLjava_lang_String()
737 public static final java.lang.Character.UnicodeBlock LETTERLIKE_SYMBOLS; field in Character.UnicodeBlock738 static { LETTERLIKE_SYMBOLS = null; }
1421 public static final java.lang.Character.UnicodeBlock LETTERLIKE_SYMBOLS; field in Character.UnicodeBlock1424 LETTERLIKE_SYMBOLS = null;
856 public static final java.lang.Character.UnicodeBlock LETTERLIKE_SYMBOLS; field in Character.UnicodeBlock857 static { LETTERLIKE_SYMBOLS = null; }
1090 public static final UnicodeBlock LETTERLIKE_SYMBOLS = field in Character.UnicodeBlock3921 LETTERLIKE_SYMBOLS,
2759 field public static final java.lang.Character.UnicodeBlock LETTERLIKE_SYMBOLS;