Home
last modified time | relevance | path

Searched refs:ScientificNotation (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_notation.cpp16 ScientificNotation Notation::scientific() { in scientific()
28 ScientificNotation Notation::engineering() { in engineering()
39 ScientificNotation::ScientificNotation(int8_t fEngineeringInterval, bool fRequireMinInt, in ScientificNotation() function in ScientificNotation
68 ScientificNotation
69 ScientificNotation::withMinExponentDigits(int32_t minExponentDigits) const { in withMinExponentDigits()
80 ScientificNotation
81 ScientificNotation::withExponentSignDisplay(UNumberSignDisplay exponentSignDisplay) const { in withExponentSignDisplay()
Dnumber_mapper.cpp215 macros.notation = ScientificNotation( in oldToNew()
Dnumber_skeletons.cpp842 … macros.notation = static_cast<ScientificNotation&>(macros.notation).withMinExponentDigits(minExp); in parseExponentWidthOption()
866 … macros.notation = static_cast<ScientificNotation&>(macros.notation).withExponentSignDisplay(sign); in parseExponentSignOption()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNotation.java19 private static final ScientificNotation SCIENTIFIC = new ScientificNotation(1,
23 private static final ScientificNotation ENGINEERING = new ScientificNotation(3,
60 public static ScientificNotation scientific() { in scientific()
87 public static ScientificNotation engineering() { in engineering()
DScientificNotation.java30 public class ScientificNotation extends Notation implements Cloneable { class
37 /* package-private */ ScientificNotation( in ScientificNotation() method in ScientificNotation
62 public ScientificNotation withMinExponentDigits(int minExponentDigits) { in withMinExponentDigits()
64 ScientificNotation other = (ScientificNotation) this.clone(); in withMinExponentDigits()
88 public ScientificNotation withExponentSignDisplay(SignDisplay exponentSignDisplay) { in withExponentSignDisplay()
89 ScientificNotation other = (ScientificNotation) this.clone(); in withExponentSignDisplay()
131 final ScientificNotation notation;
138 ScientificNotation notation, in ScientificHandler()
DNumberSkeletonImpl.java902 macros.notation = ((ScientificNotation) macros.notation).withMinExponentDigits(minExp); in parseExponentWidthOption()
925 macros.notation = ((ScientificNotation) macros.notation).withExponentSignDisplay(sign); in parseExponentSignOption()
1263 } else if (macros.notation instanceof ScientificNotation) { in notation()
1264 ScientificNotation impl = (ScientificNotation) macros.notation; in notation()
DNumberFormatterImpl.java314 if (macros.notation instanceof ScientificNotation) { in macrosToMicroGenerator()
315 … chain = ((ScientificNotation) macros.notation).withLocaleData(micros.symbols, safe, chain); in macrosToMicroGenerator()
DNumberPropertyMapper.java254 macros.notation = new ScientificNotation( in oldToNew()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNotation.java18 private static final ScientificNotation SCIENTIFIC = new ScientificNotation(1,
22 private static final ScientificNotation ENGINEERING = new ScientificNotation(3,
60 public static ScientificNotation scientific() { in scientific()
88 public static ScientificNotation engineering() { in engineering()
DScientificNotation.java29 public class ScientificNotation extends Notation implements Cloneable { class
36 /* package-private */ ScientificNotation( in ScientificNotation() method in ScientificNotation
62 public ScientificNotation withMinExponentDigits(int minExponentDigits) { in withMinExponentDigits()
64 ScientificNotation other = (ScientificNotation) this.clone(); in withMinExponentDigits()
89 public ScientificNotation withExponentSignDisplay(SignDisplay exponentSignDisplay) { in withExponentSignDisplay()
90 ScientificNotation other = (ScientificNotation) this.clone(); in withExponentSignDisplay()
133 final ScientificNotation notation;
140 ScientificNotation notation, in ScientificHandler()
DNumberSkeletonImpl.java901 macros.notation = ((ScientificNotation) macros.notation).withMinExponentDigits(minExp); in parseExponentWidthOption()
924 macros.notation = ((ScientificNotation) macros.notation).withExponentSignDisplay(sign); in parseExponentSignOption()
1262 } else if (macros.notation instanceof ScientificNotation) { in notation()
1263 ScientificNotation impl = (ScientificNotation) macros.notation; in notation()
DNumberFormatterImpl.java313 if (macros.notation instanceof ScientificNotation) { in macrosToMicroGenerator()
314 … chain = ((ScientificNotation) macros.notation).withLocaleData(micros.symbols, safe, chain); in macrosToMicroGenerator()
DNumberPropertyMapper.java253 macros.notation = new ScientificNotation( in oldToNew()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h102 class ScientificNotation; variable
205 static ScientificNotation scientific();
229 static ScientificNotation engineering();
370 friend class ScientificNotation; variable
389 class U_I18N_API ScientificNotation : public Notation {
404 ScientificNotation withMinExponentDigits(int32_t minExponentDigits) const;
419 ScientificNotation withExponentSignDisplay(UNumberSignDisplay exponentSignDisplay) const;
426ScientificNotation(int8_t fEngineeringInterval, bool fRequireMinInt, impl::digits_t fMinExponentDi…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberFormatterApiTest.java48 import android.icu.number.ScientificNotation;
2230 ScientificNotation.class.getDeclaredMethod("withMinExponentDigits", Integer.TYPE), in validRanges()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java47 import com.ibm.icu.number.ScientificNotation;
2227 ScientificNotation.class.getDeclaredMethod("withMinExponentDigits", Integer.TYPE), in validRanges()
/external/icu/icu4j/tools/build/
Dicu4j61.api3.gz12;ICU4J 61.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j60.api3.gz
Dicu4j62.api3.gz
Dicu4j63.api3.gz