Searched refs:LETTERLIKE_SYMBOLS (Results 1 – 4 of 4) sorted by relevance
128 … assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.of((char) 0x2100)); in test_ofC()129 … assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.of((char) 0x214f)); in test_ofC()353 assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.of(0x2100)); in test_ofI()354 assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.of(0x214f)); in test_ofI()635 …assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.forName("LETTERLIKE… in test_forNameLjava_lang_String()636 …assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.forName("Letterlike… in test_forNameLjava_lang_String()637 …assertEquals(Character.UnicodeBlock.LETTERLIKE_SYMBOLS, Character.UnicodeBlock.forName("Letterlike… in test_forNameLjava_lang_String()
733 public static final java.lang.Character.UnicodeBlock LETTERLIKE_SYMBOLS; field in Character.UnicodeBlock734 static { LETTERLIKE_SYMBOLS = null; }
1421 public static final java.lang.Character.UnicodeBlock LETTERLIKE_SYMBOLS; field in Character.UnicodeBlock1424 LETTERLIKE_SYMBOLS = null;
979 public static final UnicodeBlock LETTERLIKE_SYMBOLS = field in Character.UnicodeBlock2929 LETTERLIKE_SYMBOLS,