Searched defs:ScientificNotation (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/number/
H A DScientificNotation.java22 * To create a ScientificNotation, use one of the factory methods in {@link Notation}.
28 public class ScientificNotation extends Notation implements Cloneable { class in inherits:Notation,Cloneable
35 /* package-private */ ScientificNotation(int engineeringInterval, boolean requireMinInt, int minExponentDigits, method in class:ScientificNotation
53 * @return A ScientificNotation, for chaining.
57 public ScientificNotation withMinExponentDigits(int minExponentDigits) {
59 ScientificNotation other = (ScientificNotation) this.clone();
78 * @return A ScientificNotation, for chaining.
82 public ScientificNotation withExponentSignDisplay(SignDisplay exponentSignDisplay) {
83 ScientificNotation othe
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DScientificNotation.java21 * To create a ScientificNotation, use one of the factory methods in {@link Notation}.
27 public class ScientificNotation extends Notation implements Cloneable { class in inherits:Notation,Cloneable
34 /* package-private */ ScientificNotation(int engineeringInterval, boolean requireMinInt, int minExponentDigits, method in class:ScientificNotation
52 * @return A ScientificNotation, for chaining.
57 public ScientificNotation withMinExponentDigits(int minExponentDigits) {
59 ScientificNotation other = (ScientificNotation) this.clone();
78 * @return A ScientificNotation, for chaining.
83 public ScientificNotation withExponentSignDisplay(SignDisplay exponentSignDisplay) {
84 ScientificNotation othe
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h281 class ScientificNotation;
342 * @return A ScientificNotation for chaining or passing to the NumberFormatter notation() setter.
345 static ScientificNotation scientific();
366 * @return A ScientificNotation for chaining or passing to the NumberFormatter notation() setter.
369 static ScientificNotation engineering();
505 friend class ScientificNotation;
517 * To create a ScientificNotation, use one of the factory methods in {@link Notation}.
521 class U_I18N_API ScientificNotation : public Notation { class in namespace:number
533 * @return A ScientificNotation, for chaining.
536 ScientificNotation withMinExponentDigit
[all...]

Completed in 245 milliseconds