Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java306 …assertEquals(Character.UnicodeBlock.CJK_COMPATIBILITY_IDEOGRAPHS, Character.UnicodeBlock.of((char)… in test_ofC()
307 …assertEquals(Character.UnicodeBlock.CJK_COMPATIBILITY_IDEOGRAPHS, Character.UnicodeBlock.of((char)… in test_ofC()
559 …assertEquals(Character.UnicodeBlock.CJK_COMPATIBILITY_IDEOGRAPHS, Character.UnicodeBlock.of(0xf900… in test_ofI()
560 …assertEquals(Character.UnicodeBlock.CJK_COMPATIBILITY_IDEOGRAPHS, Character.UnicodeBlock.of(0xfaff… in test_ofI()
1063 …assertEquals(Character.UnicodeBlock.CJK_COMPATIBILITY_IDEOGRAPHS, Character.UnicodeBlock.forName("… in test_forNameLjava_lang_String()
1064 …assertEquals(Character.UnicodeBlock.CJK_COMPATIBILITY_IDEOGRAPHS, Character.UnicodeBlock.forName("… in test_forNameLjava_lang_String()
1065 …assertEquals(Character.UnicodeBlock.CJK_COMPATIBILITY_IDEOGRAPHS, Character.UnicodeBlock.forName("… in test_forNameLjava_lang_String()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java476 public static final java.lang.Character.UnicodeBlock CJK_COMPATIBILITY_IDEOGRAPHS; field in Character.UnicodeBlock
477 static { CJK_COMPATIBILITY_IDEOGRAPHS = null; }
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java898 public static final java.lang.Character.UnicodeBlock CJK_COMPATIBILITY_IDEOGRAPHS; field in Character.UnicodeBlock
901 CJK_COMPATIBILITY_IDEOGRAPHS = null;
/libcore/ojluni/annotations/flagged_api/java/lang/
DCharacter.annotated.java514 public static final java.lang.Character.UnicodeBlock CJK_COMPATIBILITY_IDEOGRAPHS; field in Character.UnicodeBlock
515 static { CJK_COMPATIBILITY_IDEOGRAPHS = null; }
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java1295 public static final UnicodeBlock CJK_COMPATIBILITY_IDEOGRAPHS = field in Character.UnicodeBlock
3999 CJK_COMPATIBILITY_IDEOGRAPHS,
/libcore/api/
Dcurrent.txt2645 field public static final java.lang.Character.UnicodeBlock CJK_COMPATIBILITY_IDEOGRAPHS;