Searched defs:roll (Results 1 - 25 of 35) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DDangiTest.java293 * nastiness with roll is the MONTH field around leap months.
317 * Test the behavior of KoreanLunarCalendar.roll(). The only real
318 * nastiness with roll is the MONTH field around leap months.
347 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { argument
348 String name = roll ? "rolling" : "adding";
358 if (roll) {
359 cal.roll(test[4], test[5]);
H A DChineseTest.java430 * nastiness with roll is the MONTH field around leap months.
454 * Test the behavior of ChineseCalendar.roll(). The only real
455 * nastiness with roll is the MONTH field around leap months.
484 void doRollAdd(boolean roll, ChineseCalendar cal, int[][] tests) { argument
485 String name = roll ? "rolling" : "adding";
495 if (roll) {
496 cal.roll(test[4], test[5]);
H A DCalendarTest.java138 * 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) argument
162 String name = roll ? "rolling" : "adding";
176 if (roll) {
177 cal.roll(test[3], test[4]);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DDangiTest.java289 * nastiness with roll is the MONTH field around leap months.
313 * Test the behavior of KoreanLunarCalendar.roll(). The only real
314 * nastiness with roll is the MONTH field around leap months.
343 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { argument
344 String name = roll ? "rolling" : "adding";
354 if (roll) {
355 cal.roll(test[4], test[5]);
H A DChineseTest.java426 * nastiness with roll is the MONTH field around leap months.
450 * Test the behavior of ChineseCalendar.roll(). The only real
451 * nastiness with roll is the MONTH field around leap months.
480 void doRollAdd(boolean roll, ChineseCalendar cal, int[][] tests) { argument
481 String name = roll ? "rolling" : "adding";
491 if (roll) {
492 cal.roll(test[4], test[5]);
H A DCalendarTest.java134 * 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) argument
158 String name = roll ? "rolling" : "adding";
172 if (roll) {
173 cal.roll(test[3], test[4]);
/external/replicaisland/src/com/replica/replicaisland/
H A DInputSystem.java45 public void roll(float x, float y) { method in class:InputSystem
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DGregorianCalendar.java536 public void roll(int field, int amount) { method in class:GregorianCalendar
585 super.roll(field, amount);
H A DHebrewCalendar.java36 * make sure to use the {@link #roll roll} and {@link #add add} methods
412 * <b>Note:</b> You should always use {@link #roll roll} and add rather
479 * example, to roll the current date up by three days, you can call
480 * <code>roll(Calendar.DATE, 3)</code>. If the
483 * For example, calling <code>roll(Calendar.DATE, 10)</code>
492 * This method is able to roll
495 * additional fields in their overrides of <code>roll</code>.
497 * <b>Note:</b> You should always use roll an
508 public void roll(int field, int amount) method in class:HebrewCalendar
[all...]
H A DChineseCalendar.java505 * and a day-of-month. Used by add() and roll().
561 public void roll(int field, int amount) { method in class:ChineseCalendar
596 // Now do the standard roll computation on m, with the
610 super.roll(field, amount);
H A DCalendar.java183 * <code>set()</code>, <code>add()</code>, and <code>roll()</code>.</p>
248 * <p><strong><code>roll(f, delta)</code></strong> adds
261 * originally set to August 31, 1999. Calling <code>roll(Calendar.MONTH,
266 * value, 30. Finally, the <strong>roll rule</strong> maintains the
271 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to
274 * Sunday May 30, 1999. This is because the roll rule imposes an
284 * <code>add()</code> and <code>roll()</code>, consider a user interface
293 * <code>add()</code> or <code>roll()</code>, depending on whether larger
297 * <p><b>Note:</b> You should always use {@link #roll roll} an
2660 public final void roll(int field, boolean up) method in class:Calendar
2732 public void roll(int field, int amount) { method in class:Calendar
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java249 roll(100);
256 roll(10);
263 roll(1);
287 roll(-100);
294 roll(-10);
301 roll(-1);
383 void roll(int delta) { method in class:RbnfDemo
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DGregorianCalendar.java556 public void roll(int field, int amount) { method in class:GregorianCalendar
605 super.roll(field, amount);
H A DHebrewCalendar.java35 * make sure to use the {@link #roll roll} and {@link #add add} methods
434 * <b>Note:</b> You should always use {@link #roll roll} and add rather
502 * example, to roll the current date up by three days, you can call
503 * <code>roll(Calendar.DATE, 3)</code>. If the
506 * For example, calling <code>roll(Calendar.DATE, 10)</code>
515 * This method is able to roll
518 * additional fields in their overrides of <code>roll</code>.
520 * <b>Note:</b> You should always use roll an
532 public void roll(int field, int amount) method in class:HebrewCalendar
[all...]
H A DChineseCalendar.java521 * and a day-of-month. Used by add() and roll().
579 public void roll(int field, int amount) { method in class:ChineseCalendar
614 // Now do the standard roll computation on m, with the
628 super.roll(field, amount);
H A DCalendar.java182 * <code>set()</code>, <code>add()</code>, and <code>roll()</code>.</p>
247 * <p><strong><code>roll(f, delta)</code></strong> adds
260 * originally set to August 31, 1999. Calling <code>roll(Calendar.MONTH,
265 * value, 30. Finally, the <strong>roll rule</strong> maintains the
270 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to
273 * Sunday May 30, 1999. This is because the roll rule imposes an
283 * <code>add()</code> and <code>roll()</code>, consider a user interface
292 * <code>add()</code> or <code>roll()</code>, depending on whether larger
296 * <p><b>Note:</b> You should always use {@link #roll roll} an
2758 public final void roll(int field, boolean up) method in class:Calendar
2831 public void roll(int field, int amount) { method in class:Calendar
[all...]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java210 public void roll(int field, boolean up) { method in class:CalendarICU
212 fIcuCal.roll(field, up);
216 public void roll(int field, int amount) { method in class:CalendarICU
218 fIcuCal.roll(field, amount);
/external/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp199 * <b>Note:</b> You should always use {@link #roll roll} and add rather
278 * example, to roll the current date up by three days, you can call
279 * <code>roll(Calendar.DATE, 3)</code>. If the
282 * For example, calling <code>roll(Calendar.DATE, 10)</code>
291 * This method is able to roll
294 * additional fields in their overrides of <code>roll</code>.
296 * <b>Note:</b> You should always use roll and {@link #add add} rather
308 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:HebrewCalendar
324 // of ADAR_1, we need to roll a
342 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:HebrewCalendar
[all...]
H A Dchnsecal.cpp402 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
441 // Now do the standard roll computation on m, with the
455 Calendar::roll(field, amount, status);
460 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
461 roll((UCalendarDateFields)field, amount, status);
788 * and a day-of-month. Used by add() and roll().
H A Dgregocal.cpp28 * Fixed bug in roll()
34 * 12/09/99 aliu Fixed j81, calculation errors and roll bugs
817 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:GregorianCalendar
818 roll((UCalendarDateFields) field, amount, status);
822 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:GregorianCalendar
905 Calendar::roll(field, amount, status);
919 fprintf(stderr, "%s:%d: roll DOM %d -> %.0lf ms \n",
928 Calendar::roll(field, amount, status);
932 fprintf(stderr, "%s:%d: roll WOM %d ??????????????????? \n",
936 // GregorianCalendar::roll( WEEK_OF_MONT
[all...]
H A Dcalendar.cpp1433 // for implementing add, roll, and computeFields.
1446 * their own overrides of {@link #roll roll} and {@link #add add}.
1728 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1730 roll((UCalendarDateFields)field, amount, status);
1733 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1752 // These are the standard roll instructions. These work for all
1797 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>.
1833 // this era has real bounds, roll should wrap years
1864 // This is tricky, because during the roll w
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h583 * time field. For example, to roll the current date up by one day, call
584 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
585 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
595 * then attempting to roll the year past that limit will result in pinning the year
597 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
600 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
603 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead.
611 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead.
613 inline void roll(EDateFields field, UBool up, UErrorCode& status);
618 * time field. For example, to roll th
2508 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) function in class:Calendar
2515 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) function in class:Calendar
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DCalendar.java148 * <code>set()</code>, <code>add()</code>, and <code>roll()</code>.</p>
213 * <p><strong><code>roll(f, delta)</code></strong> adds
226 * originally set to August 31, 1999. Calling <code>roll(Calendar.MONTH,
231 * value, 30. Finally, the <strong>roll rule</strong> maintains the
236 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to
239 * Sunday May 30, 1999. This is because the roll rule imposes an
249 * <code>add()</code> and <code>roll()</code>, consider a user interface
258 * <code>add()</code> or <code>roll()</code>, depending on whether larger
262 * <p><b>Note:</b> You should always use {@link #roll roll} an
1662 public final void roll(int field, boolean up) method in class:Calendar
1723 public void roll(int field, int amount) { method in class:Calendar
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c414 static char roll[TZ_MAX_LEAPS]; variable
1907 if (roll[i]) {
2804 roll[j] = roll[j - 1];
2808 roll[i] = rolling;
/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 ...

Completed in 422 milliseconds

12