Home
last modified time | relevance | path

Searched refs:LATIN_EXTENDED_B (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacter_UnicodeBlockTest.java30 … 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()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java721 public static final java.lang.Character.UnicodeBlock LATIN_EXTENDED_B; field in Character.UnicodeBlock
722 static { LATIN_EXTENDED_B = null; }
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java1397 public static final java.lang.Character.UnicodeBlock LATIN_EXTENDED_B; field in Character.UnicodeBlock
1400 LATIN_EXTENDED_B = null;