Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java206 …assertEquals(Character.UnicodeBlock.PHONETIC_EXTENSIONS, Character.UnicodeBlock.of((char) 0x1d00)); in test_ofC()
207 …assertEquals(Character.UnicodeBlock.PHONETIC_EXTENSIONS, Character.UnicodeBlock.of((char) 0x1d7f)); in test_ofC()
459 assertEquals(Character.UnicodeBlock.PHONETIC_EXTENSIONS, Character.UnicodeBlock.of(0x1d00)); in test_ofI()
460 assertEquals(Character.UnicodeBlock.PHONETIC_EXTENSIONS, Character.UnicodeBlock.of(0x1d7f)); in test_ofI()
923 …assertEquals(Character.UnicodeBlock.PHONETIC_EXTENSIONS, Character.UnicodeBlock.forName("PHONETIC_… in test_forNameLjava_lang_String()
924 …assertEquals(Character.UnicodeBlock.PHONETIC_EXTENSIONS, Character.UnicodeBlock.forName("Phonetic … in test_forNameLjava_lang_String()
925 …assertEquals(Character.UnicodeBlock.PHONETIC_EXTENSIONS, Character.UnicodeBlock.forName("PhoneticE… in test_forNameLjava_lang_String()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java869 public static final java.lang.Character.UnicodeBlock PHONETIC_EXTENSIONS; field in Character.UnicodeBlock
870 static { PHONETIC_EXTENSIONS = null; }
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java1685 public static final java.lang.Character.UnicodeBlock PHONETIC_EXTENSIONS; field in Character.UnicodeBlock
1688 PHONETIC_EXTENSIONS = null;
/libcore/ojluni/annotations/flagged_api/java/lang/
DCharacter.annotated.java1078 public static final java.lang.Character.UnicodeBlock PHONETIC_EXTENSIONS; field in Character.UnicodeBlock
1079 static { PHONETIC_EXTENSIONS = null; }
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java1606 public static final UnicodeBlock PHONETIC_EXTENSIONS = field in Character.UnicodeBlock
3912 PHONETIC_EXTENSIONS,
/libcore/api/
Dcurrent.txt2833 field public static final java.lang.Character.UnicodeBlock PHONETIC_EXTENSIONS;