Searched defs:ROLL (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DCalendarTest.java134 static public final boolean ROLL = true; field in class:CalendarTest
157 * @param roll <code>true</code> or <code>ROLL</code> to test the <code>roll</code> method;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarTest.java130 static public final boolean ROLL = true; field in class:CalendarTest
153 * @param roll <code>true</code> or <code>ROLL</code> to test the <code>roll</code> method;
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp1327 const int32_t ROLL = 2; local
1333 onset - ONE_HOUR, ROLL, 1, ONE_HOUR,
1334 onset, ROLL, -1, -ONE_HOUR,
1337 cease - ONE_HOUR, ROLL, 1, ONE_HOUR,
1338 cease, ROLL, -1, -ONE_HOUR,
1354 case ROLL:
2028 enum Action { ADD=1, ROLL=2 }; enumerator in enum:Action
2036 int8_t actionMask; // ADD or ROLL or both
2167 #define ADD_ROLL ADD|ROLL
2173 { UCAL_WEEK_OF_MONTH, ADD|ROLL, PLU
[all...]

Completed in 125 milliseconds