Searched refs:addIfNotPresent (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralSamples.java96 boolean done = addIfNotPresent(i, mentioned, foundKeywords);
101 boolean done = addIfNotPresent(i/10d, mentioned, foundKeywords);
173 private boolean addIfNotPresent(double d, Set<FixedDecimal> mentioned, Map<String, Set<FixedDecimal>> foundKeywords) { method in class:PluralSamples
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralSamples.java94 boolean done = addIfNotPresent(i, mentioned, foundKeywords);
99 boolean done = addIfNotPresent(i/10d, mentioned, foundKeywords);
171 private boolean addIfNotPresent(double d, Set<FixedDecimal> mentioned, Map<String, Set<FixedDecimal>> foundKeywords) { method in class:PluralSamples

Completed in 52 milliseconds