HomeSort by relevance Sort by last modified time
    Searched defs:ROLL (Results 1 - 5 of 5) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarTest.java 134 static public final boolean ROLL = true;
138 * Process test cases for <code>add</code> and <code>roll</code> methods.
144 * <li>3: field to roll or add to
145 * <li>4: amount to roll or add
157 * @param roll <code>true</code> or <code>ROLL</code> to test the <code>roll</code> method;
160 public void doRollAdd(boolean roll, Calendar cal, int[][] tests)
162 String name = roll ? "rolling" : "adding";
176 if (roll) {
    [all...]
CalendarRegression.java 701 Object ROLL = new Object();
722 ROLL, new Integer(1), d[4], d[5],
723 ROLL, new Integer(1), d[6], d[7],
734 else testCal.roll(Calendar.WEEK_OF_YEAR, amount);
735 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") +
746 else testCal.roll(Calendar.WEEK_OF_YEAR, -amount);
747 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") +
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarTest.java 130 static public final boolean ROLL = true;
134 * Process test cases for <code>add</code> and <code>roll</code> methods.
140 * <li>3: field to roll or add to
141 * <li>4: amount to roll or add
153 * @param roll <code>true</code> or <code>ROLL</code> to test the <code>roll</code> method;
156 public void doRollAdd(boolean roll, Calendar cal, int[][] tests)
158 String name = roll ? "rolling" : "adding";
172 if (roll) {
    [all...]
CalendarRegression.java 697 Object ROLL = new Object();
718 ROLL, new Integer(1), d[4], d[5],
719 ROLL, new Integer(1), d[6], d[7],
730 else testCal.roll(Calendar.WEEK_OF_YEAR, amount);
731 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") +
742 else testCal.roll(Calendar.WEEK_OF_YEAR, -amount);
743 log((ADDROLL[i]==ADD?"add(WOY,":"roll(WOY,") +
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp     [all...]

Completed in 464 milliseconds