Searched refs:visibleDecimalDigitCount (Results 1 – 7 of 7) sorted by relevance
22 final int visibleDecimalDigitCount; field in FixedDecimal55 return visibleDecimalDigitCount; in getVisibleDecimalDigitCount()136 visibleDecimalDigitCount = v; in FixedDecimal()292 this.visibleDecimalDigitCount = other.visibleDecimalDigitCount; in FixedDecimal()410 case v: return visibleDecimalDigitCount; in getPluralOperand()443 if (visibleDecimalDigitCount != other.visibleDecimalDigitCount) { in compareTo()444 return visibleDecimalDigitCount < other.visibleDecimalDigitCount ? -1 : 1; in compareTo()470 …return source == other.source && visibleDecimalDigitCount == other.visibleDecimalDigitCount && dec… in equals()482 return (int)(decimalDigits + 37 * (visibleDecimalDigitCount + (int)(37 * source))); in hashCode()488 final int visibleDecimalDigitCount = (int) source.getPluralOperand(Operand.v); in toSampleString() local[all …]
560 final int visibleDecimalDigitCount; field in PluralRules.FixedDecimal613 return visibleDecimalDigitCount; in getVisibleDecimalDigitCount()701 visibleDecimalDigitCount = v; in FixedDecimal()862 this.visibleDecimalDigitCount = other.visibleDecimalDigitCount; in FixedDecimal()931 case v: return visibleDecimalDigitCount; in getPluralOperand()966 if (visibleDecimalDigitCount != other.visibleDecimalDigitCount) { in compareTo()967 return visibleDecimalDigitCount < other.visibleDecimalDigitCount ? -1 : 1; in compareTo()994 …return source == other.source && visibleDecimalDigitCount == other.visibleDecimalDigitCount && dec… in equals()1007 return (int)(decimalDigits + 37 * (visibleDecimalDigitCount + (int)(37 * source))); in hashCode()1018 … String baseString = String.format(Locale.ROOT, "%." + visibleDecimalDigitCount + "f", source); in toString()[all …]
552 final int visibleDecimalDigitCount; field in PluralRules.FixedDecimal585 return visibleDecimalDigitCount; in getVisibleDecimalDigitCount()666 visibleDecimalDigitCount = v; in FixedDecimal()822 this.visibleDecimalDigitCount = other.visibleDecimalDigitCount; in FixedDecimal()890 case v: return visibleDecimalDigitCount; in getPluralOperand()923 if (visibleDecimalDigitCount != other.visibleDecimalDigitCount) { in compareTo()924 return visibleDecimalDigitCount < other.visibleDecimalDigitCount ? -1 : 1; in compareTo()950 …return source == other.source && visibleDecimalDigitCount == other.visibleDecimalDigitCount && dec… in equals()962 return (int)(decimalDigits + 37 * (visibleDecimalDigitCount + (int)(37 * source))); in hashCode()972 … String baseString = String.format(Locale.ROOT, "%." + visibleDecimalDigitCount + "f", source); in toString()[all …]
417 if (fixed.visibleDecimalDigitCount == 0 || sampleValue != floor(sampleValue)) { in getSamplesFromString()455 … if (!(sampleValue == floor(sampleValue) && fixedLo.visibleDecimalDigitCount > 0)) { in getSamplesFromString()1680 visibleDecimalDigitCount = other.visibleDecimalDigitCount; in FixedDecimal()1726 visibleDecimalDigitCount = v; in init()1823 int32_t numTrailingFractionZeros = minFractionDigits - visibleDecimalDigitCount; in adjustForMinFractionDigits()1833 visibleDecimalDigitCount += numTrailingFractionZeros; in adjustForMinFractionDigits()1844 case PLURAL_OPERAND_V: return visibleDecimalDigitCount; in getPluralOperand()1868 return visibleDecimalDigitCount; in getVisibleFractionDigitCount()1872 return source == other.source && visibleDecimalDigitCount == other.visibleDecimalDigitCount in operator ==()1880 snprintf(pattern, sizeof(pattern), "%%.%df", visibleDecimalDigitCount); in toString()[all …]
319 int32_t visibleDecimalDigitCount; variable
12;ICU4J 59.1;; 2ST@3.6;PB;NS;NF;NS; ...