Home | History | Annotate | Download | only in text

Lines Matching defs:EXPONENT

528      * '1,234E5' fails, but '1234E5' and '1,234E' pass ('E' is not an exponent when
1855 public static final Field EXPONENT = new Field("exponent");
1860 public static final Field EXPONENT_SIGN = new Field("exponent sign");
1865 public static final Field EXPONENT_SYMBOL = new Field("exponent symbol");
1911 if (this.getName().equals(EXPONENT.getName()))
1912 return EXPONENT;