Home
last modified time | relevance | path

Searched refs:SUTTON_SIGNWRITING (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/lang/
DCharacter.annotated.java1183 public static final java.lang.Character.UnicodeBlock SUTTON_SIGNWRITING; field in Character.UnicodeBlock
1184 static { SUTTON_SIGNWRITING = null; }
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java3031 public static final UnicodeBlock SUTTON_SIGNWRITING = field in Character.UnicodeBlock
4155 SUTTON_SIGNWRITING,
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java786 assertEquals(Character.UnicodeBlock.SUTTON_SIGNWRITING, Character.UnicodeBlock.of(0x1d800)); in test_ofI()
787 assertEquals(Character.UnicodeBlock.SUTTON_SIGNWRITING, Character.UnicodeBlock.of(0x1daaf)); in test_ofI()
/libcore/api/
Dcurrent.txt2868 field public static final java.lang.Character.UnicodeBlock SUTTON_SIGNWRITING;