Searched defs:ROUND_CEILING (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DMathContext.java136 public static final int ROUND_CEILING=2; field in class:MathContext
286 * @see #ROUND_CEILING
311 private static final int ROUNDS[]=new int[]{ROUND_HALF_UP,ROUND_UNNECESSARY,ROUND_CEILING,ROUND_DOWN,ROUND_FLOOR,ROUND_HALF_DOWN,ROUND_HALF_EVEN,ROUND_UP};
314 private static final java.lang.String ROUNDWORDS[]=new java.lang.String[]{"ROUND_HALF_UP","ROUND_UNNECESSARY","ROUND_CEILING","ROUND_DOWN","ROUND_FLOOR","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_UP"}; // matching names of the ROUNDS values
508 * {@link #ROUND_CEILING},
H A DBigDecimal.java264 * @see MathContext#ROUND_CEILING
267 public static final int ROUND_CEILING = com.ibm.icu.math.MathContext.ROUND_CEILING; field in class:BigDecimal
3708 } else if (mode == ROUND_CEILING) { // more positive
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 314 milliseconds