Lines Matching defs:EUROPEAN

62  * // 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'),
246 // The order of EUROPEAN to MOGOLIAN must be consistent
409 public static final int EUROPEAN = 1<<0;
499 '\u0030' - '\u0030', // EUROPEAN
523 '\u0000', '\u0300', // 'EUROPEAN' (really latin-1 and extended)
559 // if we're not in a known range, then return EUROPEAN as the range key
564 private transient volatile Range currentRange = Range.EUROPEAN;
594 return Range.EUROPEAN;
919 * Latin-1 (EUROPEAN) digits are converted
932 * range. All Latin-1 (EUROPEAN) digits are converted to the
947 * Latin-1 (EUROPEAN) digits are converted to the decimal digits
952 * shaper assumes EUROPEAN as the starting context, that is, if
953 * EUROPEAN digits are encountered before any strong directional
954 * text in the string, the context is presumed to be EUROPEAN, and
966 * range(s). The Latin-1 (EUROPEAN) digits are converted to the
970 * <p>The shaper assumes EUROPEAN as the starting context, that
971 * is, if EUROPEAN digits are encountered before any strong
973 * EUROPEAN, and so the digits will not shape.
981 NumericShaper shaper = new NumericShaper(Range.EUROPEAN, ranges);
988 * Latin-1 (EUROPEAN) digits will be converted to the decimal digits
996 * <code>NumericShaper.EUROPEAN</code>
1009 * The Latin-1 (EUROPEAN) digits will be converted to the decimal
1016 * {@code NumericShaper.Range.EUROPEAN}
1105 * characters, such as <code>NumericShaper.EUROPEAN</code>
1138 * such as {@code NumericShaper.Range.EUROPEAN}
1298 ctxKey = Range.EUROPEAN;