Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java292 assertEquals(Character.UnicodeBlock.YI_SYLLABLES, Character.UnicodeBlock.of((char) 0xa000)); in test_ofC()
293 assertEquals(Character.UnicodeBlock.YI_SYLLABLES, Character.UnicodeBlock.of((char) 0xa48f)); in test_ofC()
545 assertEquals(Character.UnicodeBlock.YI_SYLLABLES, Character.UnicodeBlock.of(0xa000)); in test_ofI()
546 assertEquals(Character.UnicodeBlock.YI_SYLLABLES, Character.UnicodeBlock.of(0xa48f)); in test_ofI()
1042 … assertEquals(Character.UnicodeBlock.YI_SYLLABLES, Character.UnicodeBlock.forName("YI_SYLLABLES")); in test_forNameLjava_lang_String()
1043 … assertEquals(Character.UnicodeBlock.YI_SYLLABLES, Character.UnicodeBlock.forName("Yi Syllables")); in test_forNameLjava_lang_String()
1044 … assertEquals(Character.UnicodeBlock.YI_SYLLABLES, Character.UnicodeBlock.forName("YiSyllables")); in test_forNameLjava_lang_String()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java1028 public static final java.lang.Character.UnicodeBlock YI_SYLLABLES; field in Character.UnicodeBlock
1029 static { YI_SYLLABLES = null; }
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java2004 public static final java.lang.Character.UnicodeBlock YI_SYLLABLES; field in Character.UnicodeBlock
2007 YI_SYLLABLES = null;
/libcore/ojluni/annotations/flagged_api/java/lang/
DCharacter.annotated.java1300 public static final java.lang.Character.UnicodeBlock YI_SYLLABLES; field in Character.UnicodeBlock
1301 static { YI_SYLLABLES = null; }
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java1523 public static final UnicodeBlock YI_SYLLABLES = field in Character.UnicodeBlock
3967 YI_SYLLABLES,
/libcore/api/
Dcurrent.txt2907 field public static final java.lang.Character.UnicodeBlock YI_SYLLABLES;