Home
last modified time | relevance | path

Searched refs:LINEAR_B_SYLLABARY (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java746 public static final java.lang.Character.UnicodeBlock LINEAR_B_SYLLABARY; field in Character.UnicodeBlock
747 static { LINEAR_B_SYLLABARY = null; }
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java1439 public static final java.lang.Character.UnicodeBlock LINEAR_B_SYLLABARY; field in Character.UnicodeBlock
1442 LINEAR_B_SYLLABARY = null;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java579 assertEquals(Character.UnicodeBlock.LINEAR_B_SYLLABARY, Character.UnicodeBlock.of(0x10000)); in test_ofI()
580 assertEquals(Character.UnicodeBlock.LINEAR_B_SYLLABARY, Character.UnicodeBlock.of(0x1007f)); in test_ofI()
1091 …assertEquals(Character.UnicodeBlock.LINEAR_B_SYLLABARY, Character.UnicodeBlock.forName("LINEAR_B_S… in test_forNameLjava_lang_String()
1092 …assertEquals(Character.UnicodeBlock.LINEAR_B_SYLLABARY, Character.UnicodeBlock.forName("Linear B S… in test_forNameLjava_lang_String()
1093 …assertEquals(Character.UnicodeBlock.LINEAR_B_SYLLABARY, Character.UnicodeBlock.forName("LinearBSyl… in test_forNameLjava_lang_String()
/libcore/ojluni/annotations/flagged_api/java/lang/
DCharacter.annotated.java868 public static final java.lang.Character.UnicodeBlock LINEAR_B_SYLLABARY; field in Character.UnicodeBlock
869 static { LINEAR_B_SYLLABARY = null; }
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java1700 public static final UnicodeBlock LINEAR_B_SYLLABARY = field in Character.UnicodeBlock
4010 LINEAR_B_SYLLABARY,
/libcore/api/
Dcurrent.txt2763 field public static final java.lang.Character.UnicodeBlock LINEAR_B_SYLLABARY;