Searched refs:HIRAGANA (Results 1 – 3 of 3) sorted by relevance
655 public static final java.lang.Character.UnicodeBlock HIRAGANA; field in Character.UnicodeBlock656 static { HIRAGANA = null; }1062 HIRAGANA, enumConstant
1265 public static final java.lang.Character.UnicodeBlock HIRAGANA; field in Character.UnicodeBlock1268 HIRAGANA = null;2059 HIRAGANA, enumConstant
176 assertEquals(Character.UnicodeBlock.HIRAGANA, Character.UnicodeBlock.of((char) 0x3040)); in test_ofC()177 assertEquals(Character.UnicodeBlock.HIRAGANA, Character.UnicodeBlock.of((char) 0x309f)); in test_ofC()401 assertEquals(Character.UnicodeBlock.HIRAGANA, Character.UnicodeBlock.of(0x3040)); in test_ofI()402 assertEquals(Character.UnicodeBlock.HIRAGANA, Character.UnicodeBlock.of(0x309f)); in test_ofI()703 assertEquals(Character.UnicodeBlock.HIRAGANA, Character.UnicodeBlock.forName("HIRAGANA")); in test_forNameLjava_lang_String()