Home
last modified time | relevance | path

Searched refs:OLD_ITALIC (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DCharacter.java1604 public static final UnicodeBlock OLD_ITALIC = field in Character.UnicodeBlock
3016 OLD_ITALIC,
3409 OLD_ITALIC, enumConstant
4324 OLD_ITALIC,
4418 aliases.put("ITAL", OLD_ITALIC);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java465 assertEquals(Character.UnicodeBlock.OLD_ITALIC, Character.UnicodeBlock.of(0x10300)); in test_ofI()
466 assertEquals(Character.UnicodeBlock.OLD_ITALIC, Character.UnicodeBlock.of(0x1032f)); in test_ofI()
789 … assertEquals(Character.UnicodeBlock.OLD_ITALIC, Character.UnicodeBlock.forName("OLD_ITALIC")); in test_forNameLjava_lang_String()
790 … assertEquals(Character.UnicodeBlock.OLD_ITALIC, Character.UnicodeBlock.forName("Old Italic")); in test_forNameLjava_lang_String()
791 … assertEquals(Character.UnicodeBlock.OLD_ITALIC, Character.UnicodeBlock.forName("OldItalic")); in test_forNameLjava_lang_String()