/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | PeriodFormatterData.java | 389 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/ |
D | PeriodFormatterData.java | 391 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/ |
D | PluralRules.java | 577 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/ |
D | PluralRules.java | 554 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/ |
D | shopping_cart.dart | 124 decimalDigits: 2, 207 decimalDigits: 0,
|
/third_party/node/deps/icu-small/source/i18n/ |
D | plurrule.cpp | 1718 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 ==()
|
D | plurrule_impl.h | 337 int64_t decimalDigits; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 1710 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 ==()
|
D | plurrule_impl.h | 333 int64_t decimalDigits; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | plurrule.cpp | 1710 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 ==()
|
D | plurrule_impl.h | 333 int64_t decimalDigits; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | plurrule.cpp | 1536 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()
|
D | plurrule_impl.h | 298 int64_t decimalDigits; variable
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/supplemental/ |
D | product_card.dart | 34 decimalDigits: 0,
|