Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java742 public static final java.lang.Character.UnicodeBlock LINEAR_B_SYLLABARY; field in Character.UnicodeBlock
743 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.java459 assertEquals(Character.UnicodeBlock.LINEAR_B_SYLLABARY, Character.UnicodeBlock.of(0x10000)); in test_ofI()
460 assertEquals(Character.UnicodeBlock.LINEAR_B_SYLLABARY, Character.UnicodeBlock.of(0x1007f)); in test_ofI()
780 …assertEquals(Character.UnicodeBlock.LINEAR_B_SYLLABARY, Character.UnicodeBlock.forName("LINEAR_B_S… in test_forNameLjava_lang_String()
781 …assertEquals(Character.UnicodeBlock.LINEAR_B_SYLLABARY, Character.UnicodeBlock.forName("Linear B S… in test_forNameLjava_lang_String()
782 …assertEquals(Character.UnicodeBlock.LINEAR_B_SYLLABARY, Character.UnicodeBlock.forName("LinearBSyl… in test_forNameLjava_lang_String()