Home
last modified time | relevance | path

Searched refs:GEOMETRIC_SHAPES (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java148 … 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()
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java1062 public static final UnicodeBlock GEOMETRIC_SHAPES = field in Character.UnicodeBlock
2824 GEOMETRIC_SHAPES,