Searched refs:CONTROL_PICTURES (Results 1 – 4 of 4) sorted by relevance
138 … assertEquals(Character.UnicodeBlock.CONTROL_PICTURES, Character.UnicodeBlock.of((char) 0x2400)); in test_ofC()139 … assertEquals(Character.UnicodeBlock.CONTROL_PICTURES, Character.UnicodeBlock.of((char) 0x243f)); in test_ofC()363 assertEquals(Character.UnicodeBlock.CONTROL_PICTURES, Character.UnicodeBlock.of(0x2400)); in test_ofI()364 assertEquals(Character.UnicodeBlock.CONTROL_PICTURES, Character.UnicodeBlock.of(0x243f)); in test_ofI()648 …assertEquals(Character.UnicodeBlock.CONTROL_PICTURES, Character.UnicodeBlock.forName("CONTROL_PICT… in test_forNameLjava_lang_String()649 …assertEquals(Character.UnicodeBlock.CONTROL_PICTURES, Character.UnicodeBlock.forName("Control Pict… in test_forNameLjava_lang_String()650 …assertEquals(Character.UnicodeBlock.CONTROL_PICTURES, Character.UnicodeBlock.forName("ControlPictu… in test_forNameLjava_lang_String()
989 public static final java.lang.Character.UnicodeBlock CONTROL_PICTURES; field in Character.UnicodeBlock992 CONTROL_PICTURES = null;
517 public static final java.lang.Character.UnicodeBlock CONTROL_PICTURES; field in Character.UnicodeBlock518 static { CONTROL_PICTURES = null; }
1022 public static final UnicodeBlock CONTROL_PICTURES = field in Character.UnicodeBlock2934 CONTROL_PICTURES,