Searched refs:COMBINING_HALF_MARKS (Results 1 – 6 of 6) sorted by relevance
314 …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()
512 public static final java.lang.Character.UnicodeBlock COMBINING_HALF_MARKS; field in Character.UnicodeBlock513 static { COMBINING_HALF_MARKS = null; }
971 public static final java.lang.Character.UnicodeBlock COMBINING_HALF_MARKS; field in Character.UnicodeBlock974 COMBINING_HALF_MARKS = null;
562 public static final java.lang.Character.UnicodeBlock COMBINING_HALF_MARKS; field in Character.UnicodeBlock563 static { COMBINING_HALF_MARKS = null; }
1323 public static final UnicodeBlock COMBINING_HALF_MARKS = field in Character.UnicodeBlock4004 COMBINING_HALF_MARKS,
2661 field public static final java.lang.Character.UnicodeBlock COMBINING_HALF_MARKS;