Home
last modified time | relevance | path

Searched refs:getExponent (Results 1 – 15 of 15) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity.java130 public int getExponent(); in getExponent() method
DDecimalQuantity_AbstractBCD.java227 public int getExponent() { in getExponent() method in DecimalQuantity_AbstractBCD
272 return getExponent(); in getPluralOperand()
275 return getExponent(); in getPluralOperand()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity.java132 public int getExponent(); in getExponent() method
DDecimalQuantity_AbstractBCD.java229 public int getExponent() { in getExponent() method in DecimalQuantity_AbstractBCD
269 return getExponent(); in getPluralOperand()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h154 int32_t getExponent() const;
Dnumber_decimalquantity.cpp275 return static_cast<double>(getExponent()); in getPluralOperand()
278 return static_cast<double>(getExponent()); in getPluralOperand()
284 int32_t DecimalQuantity::getExponent() const { in getExponent() function in DecimalQuantity
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.h154 int32_t getExponent() const;
Dnumber_decimalquantity.cpp275 return static_cast<double>(getExponent()); in getPluralOperand()
278 return static_cast<double>(getExponent()); in getPluralOperand()
284 int32_t DecimalQuantity::getExponent() const { in getExponent() function in DecimalQuantity
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.h154 int32_t getExponent() const;
Dnumber_decimalquantity.cpp275 return static_cast<double>(getExponent()); in getPluralOperand()
278 return static_cast<double>(getExponent()); in getPluralOperand()
284 int32_t DecimalQuantity::getExponent() const { in getExponent() function in DecimalQuantity
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp595 int32_t actualSuppressedScientificExponent = dq.getExponent(); in testScientificAndCompactSuppressedExponent()
596 int32_t actualSuppressedCompactExponent = dq.getExponent(); in testScientificAndCompactSuppressedExponent()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java701 int actualSuppressedScientificExponent = dq.getExponent(); in testScientificAndCompactSuppressedExponent()
702 int actualSuppressedCompactExponent = dq.getExponent(); in testScientificAndCompactSuppressedExponent()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java938 public int getExponent() {
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java945 public int getExponent() {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DDecimalQuantityTest.java689 int actualSuppressedExponent = dq.getExponent(); in testCompactDecimalSuppressedExponent()