HomeSort by relevance Sort by last modified time
    Searched refs:MONTH (Results 226 - 250 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 233 * BEGINNING OR END OF A MONTH. We must add this code because
252 testCal.get(Calendar.MONTH),
327 int month = cal.get(Calendar.MONTH); local
336 long offset = tz.getOffset(era, year, month, day, dayOfWeek, millis);
502 int month = DATA[i+1]; local
509 zone.setStartRule(month, day, dayOfWeek, time);
514 errln("setStartRule(month=" + month + ", day=" + day +
522 zone.setEndRule(month, day, dayOfWeek, time)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java 514 // get a pattern for an abbreviated month and day
645 MONTH = new DateFieldType("MONTH"),
    [all...]
TestMessageFormat.java     [all...]
TimeUnitTest.java 167 TimeUnit.MONTH,
DateIntervalFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 232 * BEGINNING OR END OF A MONTH. We must add this code because
251 testCal.get(Calendar.MONTH),
326 int month = cal.get(Calendar.MONTH); local
335 long offset = tz.getOffset(era, year, month, day, dayOfWeek, millis);
501 int month = DATA[i+1]; local
508 zone.setStartRule(month, day, dayOfWeek, time);
513 errln("setStartRule(month=" + month + ", day=" + day +
521 zone.setEndRule(month, day, dayOfWeek, time)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CalendarViewTest.java 217 calendar.set(Calendar.MONTH, Calendar.SEPTEMBER);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java     [all...]
TimeUnitTest.java 168 TimeUnit.MONTH,
DateIntervalFormatTest.java     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DateFormatTest.java 48 gcal.set(java.util.GregorianCalendar.MONTH, java.util.GregorianCalendar.DECEMBER);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 51 time.month = other.month;
111 c.get(Calendar.MONTH),
123 public void set(int second, int minute, int hour, int monthDay, int month, int year) {
128 time.month = month;
137 public void set(int monthDay, int month, int year) {
138 set(0, 0, 0, monthDay, month, year);
152 time.month = 0;
260 c.set(time.year, time.month, time.monthDay, time.hour, time.minute, time.second)
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 477 cal.set(Calendar.MONTH, binOtherDate.getMonth());
  /frameworks/base/core/java/android/text/format/
DateFormat.java 126 public static final char MONTH = 'M';
236 * {@code ja_JP} where there is only one length of month.
315 * array containing the day ({@code 'd'}), month ({@code 'M'}), and year ({@code 'y'}))
319 * not just the day, month, and year, and not necessarily in the same
500 inDate.get(Calendar.MONTH), count, c);
544 private static String getMonthString(LocaleData ld, int month, int count, int kind) {
547 return standalone ? ld.tinyStandAloneMonthNames[month] : ld.tinyMonthNames[month];
549 return standalone ? ld.longStandAloneMonthNames[month] : ld.longMonthNames[month];
    [all...]
  /frameworks/base/core/java/android/widget/
DatePicker.java 50 * set to {@code spinner}, the date can be selected using year, month, and day
57 * set to {@code calendar}, the month and day can be selected using a
129 * @param monthOfYear The month that was set (0-11) for compatibility
131 * @param dayOfMonth The day of the month that was set.
221 * @param monthOfYear The initial month <strong>starting from zero</strong>.
222 * @param dayOfMonth The initial day of the month.
245 * @param month The month which is <strong>starting from zero</strong>.
246 * @param dayOfMonth The day of the month.
248 public void updateDate(int year, int month, int dayOfMonth)
    [all...]
SimpleMonthView.java 58 * A calendar-like view displaying a specified month and the appropriate selectable day numbers
59 * within the specified month.
111 /** The day of month for the selected day, or -1 if no day is selected. */
115 * The day of month for today, or -1 if the today is not in the current
116 * month.
123 /** The number of days (ex. 28) in the current month. */
128 * month.
132 /** The day of month for the first (inclusive) enabled day. */
135 /** The day of month for the last (inclusive) enabled day. */
578 * if possible, or the first day of the month if not
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
Utils.java 281 c.get(Calendar.MONTH) + 1,
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /frameworks/base/obex/javax/obex/
ObexHelper.java 265 temp.set(Calendar.MONTH, Integer.parseInt(dateString.substring(
461 temp = dateHeader.get(Calendar.MONTH);
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
TwoWayBindingAdapterTest.java 182 assertEquals(expected.get(Calendar.MONTH), testValue.get(Calendar.MONTH));
391 assertEquals(9, mBindingObject.month.get());
409 assertEquals(4, mBindingObject.month.get());
421 assertEquals(9, mBindingObject.month.get());
439 assertEquals(8, mBindingObject.month.get());
451 assertEquals(9, mBindingObject.month.get());
469 assertEquals(4, mBindingObject.month.get());
511 assertEquals(9, mBindingObject.month.get());
529 assertEquals(6, mBindingObject.month.get())
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Helper.java 449 static void assertDateValue(Object object, AutofillValue value, int year, int month, int day) {
458 assertWithMessage("Wrong month on AutofillValue %s", value)
459 .that(cal.get(Calendar.MONTH)).isEqualTo(month);
467 static void assertDateValue(ViewNode node, int year, int month, int day) {
468 assertDateValue(node, node.getAutofillValue(), year, month, day);
474 static void assertDateValue(View view, int year, int month, int day) {
475 assertDateValue(view, view.getAutofillValue(), year, month, day);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
MeasureUnit.java 587 * Constant for unit of duration: month
589 public static final TimeUnit MONTH = (TimeUnit) MeasureUnit.internalGetInstance("duration", "month");
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 57 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
93 * <code>UDate</code> (such as only year and month but no day in the month),
102 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
113 * MONTH + DAY_OF_MONTH
114 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
115 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
154 * month, day-of-month <em>and</em> day-of-week in some cases.
178 * month up in the date <code>December 12, <b>1996</b></code> results i
    [all...]

Completed in 1447 milliseconds

1 2 3 4 5 6 7 8 91011>>