Searched refs:GREEK (Results 1 – 3 of 3) sorted by relevance
777 public static final UnicodeBlock GREEK = field in Character.UnicodeBlock2749 GREEK,3118 GREEK, enumConstant3916 GREEK,3918 GREEK,3920 GREEK,3922 GREEK,3924 GREEK,3926 GREEK,4025 GREEK,[all …]
166 assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.forName("Greek")); in test_UnicodeBlock_forName()167 assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.forName("Greek And Coptic")); in test_UnicodeBlock_forName()
38 assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.of((char) 0x370)); in test_ofC()39 assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.of((char) 0x3ff)); in test_ofC()255 assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.of(0x370)); in test_ofI()256 assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.of(0x3ff)); in test_ofI()528 assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.forName("GREEK")); in test_forNameLjava_lang_String()529 … assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.forName("Greek and Coptic")); in test_forNameLjava_lang_String()530 … assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.forName("GreekandCoptic")); in test_forNameLjava_lang_String()531 assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.forName("Greek")); in test_forNameLjava_lang_String()532 assertEquals(Character.UnicodeBlock.GREEK, Character.UnicodeBlock.forName("Greek")); in test_forNameLjava_lang_String()