HomeSort by relevance Sort by last modified time
    Searched defs:EXPONENT (Results 1 - 25 of 67) sorted by null

1 2 3

  /libcore/ojluni/src/main/java/java/text/
ChoiceFormat.java 542 static final long EXPONENT = 0x7FF0000000000000L;
552 significand |= (SIGN | EXPONENT);
554 long exponent = bits & EXPONENT;
562 bits = exponent | (significand & ~EXPONENT);
568 static final long EXPONENT = 0x7FF0000000000000L;
NumberFormat.java     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
NumberFormat.java 486 // * '1,234E5' fails, but '1234E5' and '1,234E' pass ('E' is not an exponent when
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormat.java 497 * '1,234E5' fails, but '1234E5' and '1,234E' pass ('E' is not an exponent when
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java 528 * '1,234E5' fails, but '1234E5' and '1,234E' pass ('E' is not an exponent when
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
Parse.java 59 * whitespace is allowed to occur arbitrarily before and after prefixes and exponent
190 EXPONENT
196 * details about the exponent and negative signs, etc.
212 int exponent; field in class:Parse.StateItem
268 exponent = 0;
329 exponent = other.exponent;
373 if (type == DigitType.EXPONENT) {
375 int newExponent = exponent * 10 + digit;
376 if (newExponent < exponent) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
Parse.java 57 * whitespace is allowed to occur arbitrarily before and after prefixes and exponent
188 EXPONENT
194 * details about the exponent and negative signs, etc.
210 int exponent; field in class:Parse.StateItem
266 exponent = 0;
327 exponent = other.exponent;
371 if (type == DigitType.EXPONENT) {
373 int newExponent = exponent * 10 + digit;
374 if (newExponent < exponent) {
    [all...]
  /external/annotation-tools/asmx/test/lib/
javancss.jar 
  /external/guice/extensions/persist/lib/
ognl-2.6.7.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /external/testng/ant/3rdparty/
cobertura.jar 
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
jsp-2.1.jar 
jsp-api-2.1.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 286 milliseconds

1 2 3