Searched refs:BOPOMOFO (Results 1 – 3 of 3) sorted by relevance
430 public static final java.lang.Character.UnicodeBlock BOPOMOFO; field in Character.UnicodeBlock431 static { BOPOMOFO = null; }1064 BOPOMOFO, enumConstant
814 public static final java.lang.Character.UnicodeBlock BOPOMOFO; field in Character.UnicodeBlock817 BOPOMOFO = null;2061 BOPOMOFO, enumConstant
180 assertEquals(Character.UnicodeBlock.BOPOMOFO, Character.UnicodeBlock.of((char) 0x3100)); in test_ofC()181 assertEquals(Character.UnicodeBlock.BOPOMOFO, Character.UnicodeBlock.of((char) 0x312f)); in test_ofC()405 assertEquals(Character.UnicodeBlock.BOPOMOFO, Character.UnicodeBlock.of(0x3100)); in test_ofI()406 assertEquals(Character.UnicodeBlock.BOPOMOFO, Character.UnicodeBlock.of(0x312f)); in test_ofI()705 assertEquals(Character.UnicodeBlock.BOPOMOFO, Character.UnicodeBlock.forName("BOPOMOFO")); in test_forNameLjava_lang_String()