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

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/number/
Notation.java 19 private static final ScientificNotation SCIENTIFIC = new ScientificNotation(1, false, 1, SignDisplay.AUTO);
29 * Print the number using scientific notation (also known as scientific form, standard index form, or standard form
30 * in the UK). The format for scientific notation varies by locale; for example, many Western locales display the
53 public static ScientificNotation scientific() { method in class:Notation
54 return SCIENTIFIC;
58 * Print the number using engineering notation, a variant of scientific notation in which the exponent must be
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
Notation.java 18 private static final ScientificNotation SCIENTIFIC = new ScientificNotation(1, false, 1, SignDisplay.AUTO);
28 * Print the number using scientific notation (also known as scientific form, standard index form, or standard form
29 * in the UK). The format for scientific notation varies by locale; for example, many Western locales display the
53 public static ScientificNotation scientific() { method in class:Notation
54 return SCIENTIFIC;
58 * Print the number using engineering notation, a variant of scientific notation in which the exponent must be
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 61 * (<code>9, SCIENTIFIC, false, ROUND_HALF_UP</code>).
95 * @see #SCIENTIFIC
100 * Standard floating point notation (with scientific exponential
110 public static final int SCIENTIFIC=1; // 1 digit before .
121 * @see #SCIENTIFIC
247 * @see #SCIENTIFIC
291 private static final int DEFAULT_FORM=SCIENTIFIC;
319 * <code>digits=9 form=SCIENTIFIC lostDigits=false
322 * @see #SCIENTIFIC
433 if (setform==SCIENTIFIC){
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 60 * (<code>9, SCIENTIFIC, false, ROUND_HALF_UP</code>).
95 * @see #SCIENTIFIC
101 * Standard floating point notation (with scientific exponential
112 public static final int SCIENTIFIC=1; // 1 digit before .
123 * @see #SCIENTIFIC
258 * @see #SCIENTIFIC
302 private static final int DEFAULT_FORM=SCIENTIFIC;
330 * <code>digits=9 form=SCIENTIFIC lostDigits=false
333 * @see #SCIENTIFIC
449 if (setform==SCIENTIFIC){
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 60 * (<code>9, SCIENTIFIC, false, ROUND_HALF_UP</code>).
95 * @see #SCIENTIFIC
101 * Standard floating point notation (with scientific exponential
112 public static final int SCIENTIFIC=1; // 1 digit before .
123 * @see #SCIENTIFIC
258 * @see #SCIENTIFIC
302 private static final int DEFAULT_FORM=SCIENTIFIC;
330 * <code>digits=9 form=SCIENTIFIC lostDigits=false
333 * @see #SCIENTIFIC
449 if (setform==SCIENTIFIC){
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java 32 public enum Form { SCIENTIFIC, COMPATIBLE, DECIMAL_FLOAT, GENERAL };
79 case SCIENTIFIC:
89 // form = Form.SCIENTIFIC;
312 * Fills mantissa and exponent char arrays for SCIENTIFIC format.
  /libcore/ojluni/src/main/java/java/util/
Formatter.java 333 * scientific notation
341 * <td> The result is formatted using computerized scientific notation or
    [all...]
  /external/error_prone/jFormatString/
jFormatString-3.0.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 159 milliseconds

1 2