Searched refs:GEOMETRIC_SHAPES (Results 1 – 2 of 2) sorted by relevance
148 … assertEquals(Character.UnicodeBlock.GEOMETRIC_SHAPES, Character.UnicodeBlock.of((char) 0x25a0)); in test_ofC()149 … assertEquals(Character.UnicodeBlock.GEOMETRIC_SHAPES, Character.UnicodeBlock.of((char) 0x25ff)); in test_ofC()365 assertEquals(Character.UnicodeBlock.GEOMETRIC_SHAPES, Character.UnicodeBlock.of(0x25a0)); in test_ofI()366 assertEquals(Character.UnicodeBlock.GEOMETRIC_SHAPES, Character.UnicodeBlock.of(0x25ff)); in test_ofI()631 …assertEquals(Character.UnicodeBlock.GEOMETRIC_SHAPES, Character.UnicodeBlock.forName("GEOMETRIC_SH… in test_forNameLjava_lang_String()632 …assertEquals(Character.UnicodeBlock.GEOMETRIC_SHAPES, Character.UnicodeBlock.forName("Geometric Sh… in test_forNameLjava_lang_String()633 …assertEquals(Character.UnicodeBlock.GEOMETRIC_SHAPES, Character.UnicodeBlock.forName("GeometricSha… in test_forNameLjava_lang_String()
1062 public static final UnicodeBlock GEOMETRIC_SHAPES = field in Character.UnicodeBlock2824 GEOMETRIC_SHAPES,