Home | History | Annotate | Download | only in text

Lines Matching defs:EXPONENT

486 //     * '1,234E5' fails, but '1234E5' and '1,234E' pass ('E' is not an exponent when
1184 public static final Field EXPONENT = new Field("exponent");
1189 public static final Field EXPONENT_SIGN = new Field("exponent sign");
1194 public static final Field EXPONENT_SYMBOL = new Field("exponent symbol");
1239 if (this.getName().equals(EXPONENT.getName()))
1240 return EXPONENT;
1286 } else if (fieldAttribute.equals(Field.EXPONENT)) {
1287 fieldAttribute = java.text.NumberFormat.Field.EXPONENT;