Searched refs:TAMIL (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/java/awt/font/ |
D | NumericShaper.java | 200 TAMIL ('\u0be6', '\u0b80', '\u0c00'), enumConstant 434 public static final int TAMIL = 1<<8; field in NumericShaper
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Character.annotated.java | 973 public static final java.lang.Character.UnicodeBlock TAMIL; field in Character.UnicodeBlock 974 static { TAMIL = null; } 1044 TAMIL, enumConstant
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Character.java | 1901 public static final java.lang.Character.UnicodeBlock TAMIL; field in Character.UnicodeBlock 1904 TAMIL = null; 2041 TAMIL, enumConstant
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | Character_UnicodeBlockTest.java | 64 assertEquals(Character.UnicodeBlock.TAMIL, Character.UnicodeBlock.of((char) 0xb80)); in test_ofC() 65 assertEquals(Character.UnicodeBlock.TAMIL, Character.UnicodeBlock.of((char) 0xbff)); in test_ofC() 289 assertEquals(Character.UnicodeBlock.TAMIL, Character.UnicodeBlock.of(0xb80)); in test_ofI() 290 assertEquals(Character.UnicodeBlock.TAMIL, Character.UnicodeBlock.of(0xbff)); in test_ofI() 579 assertEquals(Character.UnicodeBlock.TAMIL, Character.UnicodeBlock.forName("TAMIL")); in test_forNameLjava_lang_String()
|