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

/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 1680 milliseconds