Home
last modified time | relevance | path

Searched refs:SPACING_MODIFIER_LETTERS (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java34 …assertEquals(Character.UnicodeBlock.SPACING_MODIFIER_LETTERS, Character.UnicodeBlock.of((char) 0x2… in test_ofC()
35 …assertEquals(Character.UnicodeBlock.SPACING_MODIFIER_LETTERS, Character.UnicodeBlock.of((char) 0x2… in test_ofC()
259 … assertEquals(Character.UnicodeBlock.SPACING_MODIFIER_LETTERS, Character.UnicodeBlock.of(0x2b0)); in test_ofI()
260 … assertEquals(Character.UnicodeBlock.SPACING_MODIFIER_LETTERS, Character.UnicodeBlock.of(0x2ff)); in test_ofI()
554 …assertEquals(Character.UnicodeBlock.SPACING_MODIFIER_LETTERS, Character.UnicodeBlock.forName("SPAC… in test_forNameLjava_lang_String()
555 …assertEquals(Character.UnicodeBlock.SPACING_MODIFIER_LETTERS, Character.UnicodeBlock.forName("Spac… in test_forNameLjava_lang_String()
556 …assertEquals(Character.UnicodeBlock.SPACING_MODIFIER_LETTERS, Character.UnicodeBlock.forName("Spac… in test_forNameLjava_lang_String()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java907 public static final java.lang.Character.UnicodeBlock SPACING_MODIFIER_LETTERS; field in Character.UnicodeBlock
908 static { SPACING_MODIFIER_LETTERS = null; }
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java1769 public static final java.lang.Character.UnicodeBlock SPACING_MODIFIER_LETTERS; field in Character.UnicodeBlock
1772 SPACING_MODIFIER_LETTERS = null;