Home
last modified time | relevance | path

Searched refs:exampleCount (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DExampleGenerator.java2098 final LinkedHashSet<DecimalQuantity> exampleCount = new LinkedHashSet<>(CURRENCY_SAMPLES); in formatCountValue() local
2113 pluralRules.getDecimalSamples(countString, SampleType.INTEGER), exampleCount); in formatCountValue() local
2115 pluralRules.getDecimalSamples(countString, SampleType.DECIMAL), exampleCount); in formatCountValue() local
2133 for (DecimalQuantity example : exampleCount) { in formatCountValue()
3033 String exampleCount = COUNTS.get(count); in handleRelative() local
3034 examples.add(invertBackground(format(setBackground(example1), exampleCount))); in handleRelative() local
3035 examples.add(invertBackground(format(setBackground(example2), exampleCount))); in handleRelative() local
/external/googleapis/google/cloud/datalabeling/v1beta1/
Ddata_labeling_service.proto317 // `exampleCount`, and `exampleSamplePercentage`.
1136 // * `evaluationJobConfig.exampleCount`
/external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/proto/google/cloud/datalabeling/v1beta1/
Ddata_labeling_service.proto317 // `exampleCount`, and `exampleSamplePercentage`.
1136 // * `evaluationJobConfig.exampleCount`
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DSupplementalDataInfo.java4206 public Count getCount(double exampleCount) { in getCount() argument
4207 return Count.valueOf(pluralRules.select(exampleCount)); in getCount()
4210 public Count getCount(DecimalQuantity exampleCount) { in getCount() argument
4211 return Count.valueOf(pluralRules.select(exampleCount)); in getCount()