Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java314 …assertEquals(Character.UnicodeBlock.COMBINING_HALF_MARKS, Character.UnicodeBlock.of((char) 0xfe20)… in test_ofC()
315 …assertEquals(Character.UnicodeBlock.COMBINING_HALF_MARKS, Character.UnicodeBlock.of((char) 0xfe2f)… in test_ofC()
567 … assertEquals(Character.UnicodeBlock.COMBINING_HALF_MARKS, Character.UnicodeBlock.of(0xfe20)); in test_ofI()
568 … assertEquals(Character.UnicodeBlock.COMBINING_HALF_MARKS, Character.UnicodeBlock.of(0xfe2f)); in test_ofI()
1075 …assertEquals(Character.UnicodeBlock.COMBINING_HALF_MARKS, Character.UnicodeBlock.forName("COMBININ… in test_forNameLjava_lang_String()
1076 …assertEquals(Character.UnicodeBlock.COMBINING_HALF_MARKS, Character.UnicodeBlock.forName("Combinin… in test_forNameLjava_lang_String()
1077 …assertEquals(Character.UnicodeBlock.COMBINING_HALF_MARKS, Character.UnicodeBlock.forName("Combinin… in test_forNameLjava_lang_String()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java512 public static final java.lang.Character.UnicodeBlock COMBINING_HALF_MARKS; field in Character.UnicodeBlock
513 static { COMBINING_HALF_MARKS = null; }
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java971 public static final java.lang.Character.UnicodeBlock COMBINING_HALF_MARKS; field in Character.UnicodeBlock
974 COMBINING_HALF_MARKS = null;
/libcore/ojluni/annotations/flagged_api/java/lang/
DCharacter.annotated.java562 public static final java.lang.Character.UnicodeBlock COMBINING_HALF_MARKS; field in Character.UnicodeBlock
563 static { COMBINING_HALF_MARKS = null; }
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java1323 public static final UnicodeBlock COMBINING_HALF_MARKS = field in Character.UnicodeBlock
4004 COMBINING_HALF_MARKS,
/libcore/api/
Dcurrent.txt2661 field public static final java.lang.Character.UnicodeBlock COMBINING_HALF_MARKS;