Home
last modified time | relevance | path

Searched defs:toAddTo (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralSamples.java194 Set<FixedDecimal> toAddTo = new HashSet<FixedDecimal>(); in fractions() local
DPluralRules.java1968 …private boolean addConditional(Set<IFixedDecimal> toAddTo, Set<IFixedDecimal> others, double trial… in addConditional()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralSamples.java192 Set<FixedDecimal> toAddTo = new HashSet<FixedDecimal>(); in fractions() local
DPluralRules.java2035 …private boolean addConditional(Set<IFixedDecimal> toAddTo, Set<IFixedDecimal> others, double trial… in addConditional()
/third_party/icu/tools/colprobe/
Dsortedlines.cpp484 Line *toAddTo, int32_t &toAddToSize, in detectContractions()
711 SortedLines::noteContraction(const char* msg, Line *toAddTo, int32_t &toAddToSize, Line *left, Line… in noteContraction()