Searched refs:LATIN_EXTENDED_B (Results 1 – 3 of 3) sorted by relevance
30 … assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.of((char) 0x180)); in test_ofC()31 … assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.of((char) 0x24f)); in test_ofC()255 assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.of(0x180)); in test_ofI()256 assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.of(0x24f)); in test_ofI()548 …assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.forName("LATIN_EXTEND… in test_forNameLjava_lang_String()549 …assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.forName("Latin Extend… in test_forNameLjava_lang_String()550 …assertEquals(Character.UnicodeBlock.LATIN_EXTENDED_B, Character.UnicodeBlock.forName("LatinExtende… in test_forNameLjava_lang_String()
721 public static final java.lang.Character.UnicodeBlock LATIN_EXTENDED_B; field in Character.UnicodeBlock722 static { LATIN_EXTENDED_B = null; }
1397 public static final java.lang.Character.UnicodeBlock LATIN_EXTENDED_B; field in Character.UnicodeBlock1400 LATIN_EXTENDED_B = null;