Searched refs:exampleCount (Results 1 – 4 of 4) sorted by relevance
2098 final LinkedHashSet<DecimalQuantity> exampleCount = new LinkedHashSet<>(CURRENCY_SAMPLES); in formatCountValue() local2113 pluralRules.getDecimalSamples(countString, SampleType.INTEGER), exampleCount); in formatCountValue() local2115 pluralRules.getDecimalSamples(countString, SampleType.DECIMAL), exampleCount); in formatCountValue() local2133 for (DecimalQuantity example : exampleCount) { in formatCountValue()3033 String exampleCount = COUNTS.get(count); in handleRelative() local3034 examples.add(invertBackground(format(setBackground(example1), exampleCount))); in handleRelative() local3035 examples.add(invertBackground(format(setBackground(example2), exampleCount))); in handleRelative() local
317 // `exampleCount`, and `exampleSamplePercentage`.1136 // * `evaluationJobConfig.exampleCount`
4206 public Count getCount(double exampleCount) { in getCount() argument4207 return Count.valueOf(pluralRules.select(exampleCount)); in getCount()4210 public Count getCount(DecimalQuantity exampleCount) { in getCount() argument4211 return Count.valueOf(pluralRules.select(exampleCount)); in getCount()