Home
last modified time | relevance | path

Searched refs:decimalDigits (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DPeriodFormatterData.java389 int decimalDigits, StringBuffer sb) { in appendCountValue() argument
391 if (decimalDigits == 0) { in appendCountValue()
401 if (decimalDigits == 1) { in appendCountValue()
403 } else if (decimalDigits == 2) { in appendCountValue()
407 appendDigits(dval, decimalDigits, decimalDigits, sb); in appendCountValue()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
DPeriodFormatterData.java391 int decimalDigits, StringBuffer sb) { in appendCountValue() argument
393 if (decimalDigits == 0) { in appendCountValue()
403 if (decimalDigits == 1) { in appendCountValue()
405 } else if (decimalDigits == 2) { in appendCountValue()
409 appendDigits(dval, decimalDigits, decimalDigits, sb); in appendCountValue()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java577 final long decimalDigits; field in PluralRules.FixedDecimal
624 return decimalDigits; in getDecimalDigits()
690 decimalDigits = f; in FixedDecimal()
861 this.decimalDigits = other.decimalDigits; in FixedDecimal()
927 case f: return decimalDigits; in getPluralOperand()
966 long diff = decimalDigits - other.decimalDigits; in compareTo()
990 … visibleDecimalDigitCount == other.visibleDecimalDigitCount && decimalDigits == other.decimalDigits in equals()
1002 return (int)(decimalDigits + 37 * (visibleDecimalDigitCount + (int)(37 * source))); in hashCode()
1080 return integerValue * baseFactor + decimalDigits; in getShiftedValue()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java554 final long decimalDigits; field in PluralRules.FixedDecimal
615 return decimalDigits; in getDecimalDigits()
684 decimalDigits = f; in FixedDecimal()
847 case f: return decimalDigits; in getPluralOperand()
884 long diff = decimalDigits - other.decimalDigits; in compareTo()
909 …visibleDecimalDigitCount == other.visibleDecimalDigitCount && decimalDigits == other.decimalDigits; in equals()
921 return (int)(decimalDigits + 37 * (visibleDecimalDigitCount + (int)(37 * source))); in hashCode()
997 return integerValue * baseFactor + decimalDigits; in getShiftedValue()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/
Dshopping_cart.dart124 decimalDigits: 2,
207 decimalDigits: 0,
/third_party/node/deps/icu-small/source/i18n/
Dplurrule.cpp1718 decimalDigits = other.decimalDigits; in FixedDecimal()
1771 decimalDigits = f; in init()
1872 if (decimalDigits >= 100000000000000000LL) { in adjustForMinFractionDigits()
1875 decimalDigits *= 10; in adjustForMinFractionDigits()
1886 case PLURAL_OPERAND_F: return static_cast<double>(decimalDigits); in getPluralOperand()
1918 && decimalDigits == other.decimalDigits && exponent == other.exponent; in operator ==()
Dplurrule_impl.h337 int64_t decimalDigits; variable
/third_party/icu/icu4c/source/i18n/
Dplurrule.cpp1710 decimalDigits = other.decimalDigits; in FixedDecimal()
1763 decimalDigits = f; in init()
1864 if (decimalDigits >= 100000000000000000LL) { in adjustForMinFractionDigits()
1867 decimalDigits *= 10; in adjustForMinFractionDigits()
1878 case PLURAL_OPERAND_F: return static_cast<double>(decimalDigits); in getPluralOperand()
1910 && decimalDigits == other.decimalDigits && exponent == other.exponent; in operator ==()
Dplurrule_impl.h333 int64_t decimalDigits; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurrule.cpp1710 decimalDigits = other.decimalDigits; in FixedDecimal()
1763 decimalDigits = f; in init()
1864 if (decimalDigits >= 100000000000000000LL) { in adjustForMinFractionDigits()
1867 decimalDigits *= 10; in adjustForMinFractionDigits()
1878 case PLURAL_OPERAND_F: return static_cast<double>(decimalDigits); in getPluralOperand()
1910 && decimalDigits == other.decimalDigits && exponent == other.exponent; in operator ==()
Dplurrule_impl.h333 int64_t decimalDigits; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dplurrule.cpp1536 decimalDigits = other.decimalDigits; in FixedDecimal()
1570 decimalDigits = f; in init()
1669 if (decimalDigits >= 100000000000000000LL) { in adjustForMinFractionDigits()
1672 decimalDigits *= 10; in adjustForMinFractionDigits()
1683 case PLURAL_OPERAND_F: return static_cast<double>(decimalDigits); in getPluralOperand()
Dplurrule_impl.h298 int64_t decimalDigits; variable
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/supplemental/
Dproduct_card.dart34 decimalDigits: 0,