Home
last modified time | relevance | path

Searched refs:MAX_SAMPLES (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralSamples.java60 final int MAX_SAMPLES = 3; in PluralSamples() local
74 …keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, i / 2… in PluralSamples()
77 …keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, 10000… in PluralSamples()
141 …private int addSimpleSamples(PluralRules pluralRules, final int MAX_SAMPLES, Map<String, List<Doub… in addSimpleSamples() argument
148 list = new ArrayList<Double>(MAX_SAMPLES); in addSimpleSamples()
150 } else if (!keyIsLimited && list.size() == MAX_SAMPLES) { in addSimpleSamples()
155 if (!keyIsLimited && list.size() == MAX_SAMPLES) { in addSimpleSamples()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralSamples.java62 final int MAX_SAMPLES = 3; in PluralSamples() local
76 …keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, i / 2… in PluralSamples()
79 …keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, 10000… in PluralSamples()
143 …private int addSimpleSamples(PluralRules pluralRules, final int MAX_SAMPLES, Map<String, List<Doub… in addSimpleSamples() argument
150 list = new ArrayList<Double>(MAX_SAMPLES); in addSimpleSamples()
152 } else if (!keyIsLimited && list.size() == MAX_SAMPLES) { in addSimpleSamples()
157 if (!keyIsLimited && list.size() == MAX_SAMPLES) { in addSimpleSamples()
/external/opencv3/modules/core/src/
Dgl_core_3_1.hpp873 MAX_SAMPLES = 0x8D57, enumerator