Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpField.java173 public DfpField(final int decimalDigits) { in DfpField() argument
174 this(decimalDigits, true); in DfpField()
188 private DfpField(final int decimalDigits, final boolean computeConstants) { in DfpField() argument
190 this.radixDigits = (decimalDigits < 13) ? 4 : (decimalDigits + 3) / 4; in DfpField()
205 computeStringConstants((decimalDigits < 67) ? 200 : (3 * decimalDigits)); in DfpField()
/external/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()
/external/icu/android_icu4j/src/main/java/android/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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java551 final long decimalDigits; field in PluralRules.FixedDecimal
612 return decimalDigits; in getDecimalDigits()
681 decimalDigits = f; in FixedDecimal()
844 case f: return decimalDigits; in getPluralOperand()
880 long diff = decimalDigits - other.decimalDigits; in compareTo()
905 …visibleDecimalDigitCount == other.visibleDecimalDigitCount && decimalDigits == other.decimalDigits; in equals()
917 return (int)(decimalDigits + 37 * (visibleDecimalDigitCount + (int)(37 * source))); in hashCode()
993 return integerValue * baseFactor + decimalDigits; in getShiftedValue()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java538 final long decimalDigits; field in PluralRules.FixedDecimal
583 return decimalDigits; in getDecimalDigits()
646 decimalDigits = f; in FixedDecimal()
804 case f: return decimalDigits; in getPluralOperand()
838 long diff = decimalDigits - other.decimalDigits; in compareTo()
862 …visibleDecimalDigitCount == other.visibleDecimalDigitCount && decimalDigits == other.decimalDigits; in equals()
873 return (int)(decimalDigits + 37 * (visibleDecimalDigitCount + (int)(37 * source))); in hashCode()
942 return integerValue * baseFactor + decimalDigits; in getShiftedValue()
/external/icu/icu4c/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
/external/icu/icu4j/tools/build/
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j57.api3.gz
Dicu4j54.api3.gz
Dicu4j59.api3.gz
Dicu4j58.api3.gz