/external/icu/icu4c/source/i18n/ |
D | number_notation.cpp | 16 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()
|
D | number_mapper.cpp | 215 macros.notation = ScientificNotation( in oldToNew()
|
D | number_skeletons.cpp | 842 … 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/ |
D | Notation.java | 19 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()
|
D | ScientificNotation.java | 30 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()
|
D | NumberSkeletonImpl.java | 902 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()
|
D | NumberFormatterImpl.java | 314 if (macros.notation instanceof ScientificNotation) { in macrosToMicroGenerator() 315 … chain = ((ScientificNotation) macros.notation).withLocaleData(micros.symbols, safe, chain); in macrosToMicroGenerator()
|
D | NumberPropertyMapper.java | 254 macros.notation = new ScientificNotation( in oldToNew()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | Notation.java | 18 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()
|
D | ScientificNotation.java | 29 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()
|
D | NumberSkeletonImpl.java | 901 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()
|
D | NumberFormatterImpl.java | 313 if (macros.notation instanceof ScientificNotation) { in macrosToMicroGenerator() 314 … chain = ((ScientificNotation) macros.notation).withLocaleData(micros.symbols, safe, chain); in macrosToMicroGenerator()
|
D | NumberPropertyMapper.java | 253 macros.notation = new ScientificNotation( in oldToNew()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 102 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; 426 …ScientificNotation(int8_t fEngineeringInterval, bool fRequireMinInt, impl::digits_t fMinExponentDi…
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | NumberFormatterApiTest.java | 48 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/ |
D | NumberFormatterApiTest.java | 47 import com.ibm.icu.number.ScientificNotation; 2227 ScientificNotation.class.getDeclaredMethod("withMinExponentDigits", Integer.TYPE), in validRanges()
|
/external/icu/icu4j/tools/build/ |
D | icu4j61.api3.gz | 12;ICU4J 61.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j60.api3.gz |
|
D | icu4j62.api3.gz |
|
D | icu4j63.api3.gz |
|