Searched refs:EUROPEAN (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/awt/font/NumericShaper/
H A DMTTest.java49 Range.EUROPEAN);
51 Range.EUROPEAN);
57 ns3 = getContextualShaper(EASTERN_ARABIC|THAI, EUROPEAN);
58 ns4 = getContextualShaper(ARABIC|THAI, EUROPEAN);
H A DShapingTest.java51 EUROPEAN);
54 Range.EUROPEAN);
85 EUROPEAN);
H A DEasternArabicTest.java57 EUROPEAN);
64 Range.EUROPEAN);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DNumericShaper.java62 * // shape all EUROPEAN digits (except zero) to ARABIC digits
73 * NumericShaper.EUROPEAN);
150 * NumericShaper.EUROPEAN);
157 * NumericShaper.Range.EUROPEAN);
163 // The order of EUROPEAN to MOGOLIAN must be consistent
168 EUROPEAN ('\u0030', '\u0000', '\u0300'), enum constant in enum:NumericShaper.Range
246 // The order of EUROPEAN to MOGOLIAN must be consistent
409 public static final int EUROPEAN = 1<<0; field in class:NumericShaper
499 '\u0030' - '\u0030', // EUROPEAN
523 '\u0000', '\u0300', // 'EUROPEAN' (reall
[all...]

Completed in 32 milliseconds