Searched refs:ARABIC (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DCharacter.java807 public static final UnicodeBlock ARABIC = field in class:Character.UnicodeBlock
808 new UnicodeBlock("ARABIC");
1200 "ARABIC PRESENTATION FORMS-A",
1236 "ARABIC PRESENTATION FORMS-B",
1793 "ARABIC SUPPLEMENT",
2754 ARABIC,
3138 ARABIC, enum constant in enum:Character.UnicodeScript
3624 0x0600, // 0600..060B; ARABIC
3626 0x060D, // 060D..061A; ARABIC
3628 0x061E, // 061E..061E; ARABIC
[all...]
/libcore/ojluni/src/main/java/java/awt/font/
H A DNumericShaper.java52 * NumericShaper.getContextualShaper(NumericShaper.ARABIC));
62 * // shape all EUROPEAN digits (except zero) to ARABIC digits
63 * NumericShaper shaper = NumericShaper.getShaper(NumericShaper.ARABIC);
66 * // shape European digits to ARABIC digits if preceding text is Arabic, or
71 * NumericShaper.getContextualShaper(NumericShaper.ARABIC |
81 * mask-based ones, such as {@link #ARABIC NumericShaper.ARABIC}, and
82 * enum-based ones, such as {@link NumericShaper.Range#ARABIC}.
86 * NumericShaper.ARABIC | NumericShaper.TAMIL
91 * EnumSet.of(NumericShaper.Scirpt.ARABIC, NumericShape
172 ARABIC ('\\u0660', '\\u0600', '\\u0780'), enum constant in enum:NumericShaper.Range
412 public static final int ARABIC = 1<<1; field in class:NumericShaper
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DCharacter_UnicodeBlockTest.java48 assertEquals(Character.UnicodeBlock.ARABIC, Character.UnicodeBlock.of((char) 0x600));
49 assertEquals(Character.UnicodeBlock.ARABIC, Character.UnicodeBlock.of((char) 0x6ff));
265 assertEquals(Character.UnicodeBlock.ARABIC, Character.UnicodeBlock.of(0x600));
266 assertEquals(Character.UnicodeBlock.ARABIC, Character.UnicodeBlock.of(0x6ff));
539 assertEquals(Character.UnicodeBlock.ARABIC, Character.UnicodeBlock.forName("ARABIC"));

Completed in 129 milliseconds