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

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DChineseTest.java433 * nastiness with roll is the MONTH field around leap months.
458 * Test the behavior of ChineseCalendar.roll(). The only real
459 * nastiness with roll is the MONTH field around leap months.
489 void doRollAdd(boolean roll, ChineseCalendar cal, int[][] tests) { argument
490 String name = roll ? "rolling" : "adding";
500 if (roll) {
501 cal.roll(test[4], test[5]);
H A DDangiTest.java294 * nastiness with roll is the MONTH field around leap months.
319 * Test the behavior of KoreanLunarCalendar.roll(). The only real
320 * nastiness with roll is the MONTH field around leap months.
350 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { argument
351 String name = roll ? "rolling" : "adding";
361 if (roll) {
362 cal.roll(test[4], test[5]);
H A DCalendarTestFmwk.java137 * Process test cases for <code>add</code> and <code>roll</code> methods.
143 * <li>3: field to roll or add to
144 * <li>4: amount to roll or add
156 * @param roll <code>true</code> or <code>ROLL</code> to test the <code>roll</code> method;
159 protected void doRollAdd(boolean roll, Calendar cal, int[][] tests) argument
161 String name = roll ? "rolling" : "adding";
175 if (roll) {
176 cal.roll(test[3], test[4]);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DDangiTest.java293 * nastiness with roll is the MONTH field around leap months.
318 * Test the behavior of KoreanLunarCalendar.roll(). The only real
319 * nastiness with roll is the MONTH field around leap months.
349 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { argument
350 String name = roll ? "rolling" : "adding";
360 if (roll) {
361 cal.roll(test[4], test[5]);
H A DChineseTest.java432 * nastiness with roll is the MONTH field around leap months.
457 * Test the behavior of ChineseCalendar.roll(). The only real
458 * nastiness with roll is the MONTH field around leap months.
488 void doRollAdd(boolean roll, ChineseCalendar cal, int[][] tests) { argument
489 String name = roll ? "rolling" : "adding";
499 if (roll) {
500 cal.roll(test[4], test[5]);
H A DCalendarTestFmwk.java136 * Process test cases for <code>add</code> and <code>roll</code> methods.
142 * <li>3: field to roll or add to
143 * <li>4: amount to roll or add
155 * @param roll <code>true</code> or <code>ROLL</code> to test the <code>roll</code> method;
158 protected void doRollAdd(boolean roll, Calendar cal, int[][] tests) argument
160 String name = roll ? "rolling" : "adding";
174 if (roll) {
175 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.java538 public void roll(int field, int amount) { method in class:GregorianCalendar
587 super.roll(field, amount);
H A DHebrewCalendar.java38 * make sure to use the {@link #roll roll} and {@link #add add} methods
414 * <b>Note:</b> You should always use {@link #roll roll} and add rather
481 * example, to roll the current date up by three days, you can call
482 * <code>roll(Calendar.DATE, 3)</code>. If the
485 * For example, calling <code>roll(Calendar.DATE, 10)</code>
494 * This method is able to roll
497 * additional fields in their overrides of <code>roll</code>.
499 * <b>Note:</b> You should always use roll an
510 public void roll(int field, int amount) method in class:HebrewCalendar
[all...]
H A DChineseCalendar.java507 * and a day-of-month. Used by add() and roll().
563 public void roll(int field, int amount) { method in class:ChineseCalendar
598 // Now do the standard roll computation on m, with the
612 super.roll(field, amount);
H A DCalendar.java185 * <code>set()</code>, <code>add()</code>, and <code>roll()</code>.</p>
250 * <p><strong><code>roll(f, delta)</code></strong> adds
263 * originally set to August 31, 1999. Calling <code>roll(Calendar.MONTH,
268 * value, 30. Finally, the <strong>roll rule</strong> maintains the
273 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to
276 * Sunday May 30, 1999. This is because the roll rule imposes an
286 * <code>add()</code> and <code>roll()</code>, consider a user interface
295 * <code>add()</code> or <code>roll()</code>, depending on whether larger
299 * <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.java251 roll(100);
258 roll(10);
265 roll(1);
289 roll(-100);
296 roll(-10);
303 roll(-1);
385 void roll(int delta) { method in class:RbnfDemo
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DGregorianCalendar.java558 public void roll(int field, int amount) { method in class:GregorianCalendar
607 super.roll(field, amount);
H A DHebrewCalendar.java37 * make sure to use the {@link #roll roll} and {@link #add add} methods
436 * <b>Note:</b> You should always use {@link #roll roll} and add rather
504 * example, to roll the current date up by three days, you can call
505 * <code>roll(Calendar.DATE, 3)</code>. If the
508 * For example, calling <code>roll(Calendar.DATE, 10)</code>
517 * This method is able to roll
520 * additional fields in their overrides of <code>roll</code>.
522 * <b>Note:</b> You should always use roll an
534 public void roll(int field, int amount) method in class:HebrewCalendar
[all...]
H A DChineseCalendar.java523 * and a day-of-month. Used by add() and roll().
581 public void roll(int field, int amount) { method in class:ChineseCalendar
616 // Now do the standard roll computation on m, with the
630 super.roll(field, amount);
H A DCalendar.java184 * <code>set()</code>, <code>add()</code>, and <code>roll()</code>.</p>
249 * <p><strong><code>roll(f, delta)</code></strong> adds
262 * originally set to August 31, 1999. Calling <code>roll(Calendar.MONTH,
267 * value, 30. Finally, the <strong>roll rule</strong> maintains the
272 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to
275 * Sunday May 30, 1999. This is because the roll rule imposes an
285 * <code>add()</code> and <code>roll()</code>, consider a user interface
294 * <code>add()</code> or <code>roll()</code>, depending on whether larger
298 * <p><b>Note:</b> You should always use {@link #roll roll} an
2756 public final void roll(int field, boolean up) method in class:Calendar
2829 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.java212 public void roll(int field, boolean up) { method in class:CalendarICU
214 fIcuCal.roll(field, up);
218 public void roll(int field, int amount) { method in class:CalendarICU
220 fIcuCal.roll(field, amount);
/external/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp202 * <b>Note:</b> You should always use {@link #roll roll} and add rather
281 * example, to roll the current date up by three days, you can call
282 * <code>roll(Calendar.DATE, 3)</code>. If the
285 * For example, calling <code>roll(Calendar.DATE, 10)</code>
294 * This method is able to roll
297 * additional fields in their overrides of <code>roll</code>.
299 * <b>Note:</b> You should always use roll and {@link #add add} rather
311 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:HebrewCalendar
327 // of ADAR_1, we need to roll a
345 void HebrewCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:HebrewCalendar
[all...]
H A Dchnsecal.cpp404 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
443 // Now do the standard roll computation on m, with the
457 Calendar::roll(field, amount, status);
462 void ChineseCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:ChineseCalendar
463 roll((UCalendarDateFields)field, amount, status);
790 * and a day-of-month. Used by add() and roll().
H A Dgregocal.cpp30 * Fixed bug in roll()
36 * 12/09/99 aliu Fixed j81, calculation errors and roll bugs
819 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) { function in class:GregorianCalendar
820 roll((UCalendarDateFields) field, amount, status);
824 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:GregorianCalendar
908 Calendar::roll(field, amount, status);
922 fprintf(stderr, "%s:%d: roll DOM %d -> %.0lf ms \n",
931 Calendar::roll(field, amount, status);
935 fprintf(stderr, "%s:%d: roll WOM %d ??????????????????? \n",
939 // GregorianCalendar::roll( WEEK_OF_MONT
[all...]
H A Dcalendar.cpp1431 // for implementing add, roll, and computeFields.
1444 * their own overrides of {@link #roll roll} and {@link #add add}.
1726 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1728 roll((UCalendarDateFields)field, amount, status);
1731 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1750 // These are the standard roll instructions. These work for all
1795 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>.
1831 // this era has real bounds, roll should wrap years
1862 // This is tricky, because during the roll w
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h585 * time field. For example, to roll the current date up by one day, call
586 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
587 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the
597 * then attempting to roll the year past that limit will result in pinning the year
599 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to
602 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
605 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead.
613 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead.
615 inline void roll(EDateFields field, UBool up, UErrorCode& status);
620 * time field. For example, to roll th
2510 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) function in class:Calendar
2517 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.java150 * <code>set()</code>, <code>add()</code>, and <code>roll()</code>.</p>
215 * <p><strong><code>roll(f, delta)</code></strong> adds
228 * originally set to August 31, 1999. Calling <code>roll(Calendar.MONTH,
233 * value, 30. Finally, the <strong>roll rule</strong> maintains the
238 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to
241 * Sunday May 30, 1999. This is because the roll rule imposes an
251 * <code>add()</code> and <code>roll()</code>, consider a user interface
260 * <code>add()</code> or <code>roll()</code>, depending on whether larger
264 * <p><b>Note:</b> You should always use {@link #roll roll} an
1664 public final void roll(int field, boolean up) method in class:Calendar
1725 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/ImageMagick/Magick++/lib/
H A DImage.cpp4124 void Magick::Image::roll(const Geometry &roll_) function in class:Magick::Image
4135 void Magick::Image::roll(const size_t columns_,const size_t rows_) function in class:Magick::Image

Completed in 468 milliseconds

12