Searched refs:BASIC_LATIN (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/ |
D | CharacterTest.java | 125 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.of(1)); in test_UnicodeBlock_of() 144 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.forName("basic latin")); in test_UnicodeBlock_forName() 145 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.forName("BaSiC LaTiN")); in test_UnicodeBlock_forName() 146 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.forName("BasicLatin")); in test_UnicodeBlock_forName() 147 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.forName("BASIC_LATIN")); in test_UnicodeBlock_forName() 148 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.forName("basic_LATIN")); in test_UnicodeBlock_forName()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | Character_UnicodeBlockTest.java | 116 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.of((char) 0x0)); in test_ofC() 117 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.of((char) 0x7f)); in test_ofC() 369 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.of(0x0)); in test_ofI() 370 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.of(0x7f)); in test_ofI() 850 … assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.forName("BASIC_LATIN")); in test_forNameLjava_lang_String() 851 … assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.forName("Basic Latin")); in test_forNameLjava_lang_String() 852 … assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.forName("BasicLatin")); in test_forNameLjava_lang_String()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Character.annotated.java | 422 public static final java.lang.Character.UnicodeBlock BASIC_LATIN; field in Character.UnicodeBlock 423 static { BASIC_LATIN = null; }
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Character.java | 790 public static final java.lang.Character.UnicodeBlock BASIC_LATIN; field in Character.UnicodeBlock 793 BASIC_LATIN = null;
|
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | Character.annotated.java | 442 public static final java.lang.Character.UnicodeBlock BASIC_LATIN; field in Character.UnicodeBlock 443 static { BASIC_LATIN = null; }
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Character.java | 827 public static final UnicodeBlock BASIC_LATIN = field in Character.UnicodeBlock 3845 BASIC_LATIN,
|
/libcore/ojluni/src/test/java/util/regex/ |
D | RegExTest.java | 3746 other = (block == Character.UnicodeBlock.BASIC_LATIN)? greek : latin; in unicodePropertiesTest()
|
/libcore/api/ |
D | current.txt | 2621 field public static final java.lang.Character.UnicodeBlock BASIC_LATIN;
|