Searched refs:countToDigitToIntegerSamples9999 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | SupplementalDataInfo.java | 3868 private final Map<Count, SampleList[]> countToDigitToIntegerSamples9999; field in SupplementalDataInfo.CountSampleList 3873 countToDigitToIntegerSamples9999 = new EnumMap<>(Count.class); in CountSampleList() 3877 countToDigitToIntegerSamples9999.put(c, row); in CountSampleList() 3896 addDigit(countToDigitToIntegerSamples9999, i, count, digit); in CountSampleList() 3905 addDigit(countToDigitToIntegerSamples9999, ni, count, digit); in CountSampleList() 3916 SampleList[] map = countToDigitToIntegerSamples9999.get(count); in CountSampleList() 3925 int size = countToDigitToIntegerSamples9999.get(c)[digit].fractionSize(); in haveFractions() 3936 Map<Count, SampleList[]> countToDigitToIntegerSamples9999, in addDigit() argument 3940 return addFraction(i, countToDigitToIntegerSamples9999.get(count)[digit]); in addDigit() 3958 Map<Count, SampleList[]> countToDigitToIntegerSamples9999, in addDigit() argument [all …]
|