Home
last modified time | relevance | path

Searched refs:toAddTo (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralSamples.java192 Set<FixedDecimal> toAddTo = new HashSet<FixedDecimal>(); in fractions() local
208 toAddTo.add(new FixedDecimal(base,1)); // add .0 in fractions()
209 toAddTo.add(new FixedDecimal(base,2)); // add .00 in fractions()
212 toAddTo.add(new FixedDecimal(base + "." + fract)); in fractions()
221toAddTo.add(new FixedDecimal(base + fract/(double)TENS[i], visibleFractions)); in fractions()
226 return toAddTo; in fractions()
DPluralRules.java1803 …private boolean addConditional(Set<FixedDecimal> toAddTo, Set<FixedDecimal> others, double trial) { in addConditional() argument
1806 if (!toAddTo.contains(toAdd) && !others.contains(toAdd)) { in addConditional()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralSamples.java194 Set<FixedDecimal> toAddTo = new HashSet<FixedDecimal>(); in fractions() local
210 toAddTo.add(new FixedDecimal(base,1)); // add .0 in fractions()
211 toAddTo.add(new FixedDecimal(base,2)); // add .00 in fractions()
214 toAddTo.add(new FixedDecimal(base + "." + fract)); in fractions()
223toAddTo.add(new FixedDecimal(base + fract/(double)TENS[i], visibleFractions)); in fractions()
228 return toAddTo; in fractions()
DPluralRules.java1849 …private boolean addConditional(Set<FixedDecimal> toAddTo, Set<FixedDecimal> others, double trial) { in addConditional() argument
1852 if (!toAddTo.contains(toAdd) && !others.contains(toAdd)) { in addConditional()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1002 llvm::Function &toAddTo, in createFinallyBlock() argument
1020 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1026 *exceptionStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1031 *caughtResultStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1039 &toAddTo); in createFinallyBlock()
1078 llvm::Function &toAddTo, in createCatchBlock() argument
1086 &toAddTo); in createCatchBlock()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp979 llvm::Function &toAddTo, in createFinallyBlock() argument
1003 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1009 *exceptionStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1015 *caughtResultStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1024 &toAddTo); in createFinallyBlock()
1063 llvm::Function &toAddTo, in createCatchBlock() argument
1071 &toAddTo); in createCatchBlock()
/external/messageformat/java/com/ibm/icu/simple/
DPluralRules.java1828 …private boolean addConditional(Set<FixedDecimal> toAddTo, Set<FixedDecimal> others, double trial) { in addConditional() argument
1831 if (!toAddTo.contains(toAdd) && !others.contains(toAdd)) { in addConditional()