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

/libcore/luni/src/main/java/java/awt/font/
H A DNumericShaper.java43 /** The Constant ARABIC indicates the ARABIC range and decimal base. */
44 public static final int ARABIC = 2; field in class:NumericShaper
47 * The Constant EASTERN_ARABIC indicates the ARABIC range and
123 // Index of the ARABIC range
208 0x0600, 0x06FF, // ARABIC
209 0x0600, 0x06FF, // EASTERN_ARABIC (XXX: diff with ARABIC ? )
241 0x0630, // ARABIC
265 "ARABIC",
539 * NumericShaper.ARABIC | NumericShape
[all...]
/libcore/luni/src/main/java/java/lang/
H A DCharacter.java672 public static final UnicodeBlock ARABIC = new UnicodeBlock("ARABIC", 0x600, 0x6ff); field in class:Character.UnicodeBlock
1362 UnicodeBlock.ARABIC,
2446 * <li>{@code Character.getName('\u0666')} returns "ARABIC-INDIC DIGIT SIX".

Completed in 10 milliseconds