HomeSort by relevance Sort by last modified time
    Searched defs:MONTH (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 124 // - MONTH: the last calendar month.
128 MONTH = 2
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
DatePickerHelper.java 30 public static final int MONTH = 0;
35 return getNumberPickerField(MONTH).getText();
52 getNumberPickerIncrementButton(MONTH).click();
61 getNumberPickerDecrementButton(MONTH).click();
129 int calMonth = cal.get(Calendar.MONTH);
133 // while accounting for number of days in month and considering
148 // Adjust month - increment or decrement using the shortest path
184 * Get the number of days in the month
186 * @param month
189 private static int getDaysInMonth(int year, int month) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockContract.java 214 * Alarm month in year.
218 public static final String MONTH = "month";
221 * Alarm day in month.
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 42 private static final int MONTH = Calendar.DECEMBER; // java.util.Calendar months are 0-based.
128 Date date = new Date(YEAR_FROM_1900, MONTH, DAY, HOUR, MINUTE);
157 Calendar calendar = new GregorianCalendar(YEAR, MONTH, DAY);
160 Date formatDate = new Date(YEAR_FROM_1900, MONTH, DAY);
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 43 private static final String MONTH = "month";
60 * @param monthOfYear The month that was set (0-11) for compatibility
62 * @param dayOfMonth The day of the month that was set.
71 * @param monthOfYear The initial month of the dialog.
87 * @param monthOfYear The initial month of the dialog.
120 int month, int day) {
121 mDatePicker.init(year, month, day, this);
122 updateTitle(year, month, day);
138 * @param monthOfYear The date month
194 int month = savedInstanceState.getInt(MONTH); local
    [all...]
  /libcore/luni/src/test/java/libcore/icu/
DateIntervalFormatTest.java 32 private static final long MONTH = 31 * DAY;
33 private static final long YEAR = 12 * MONTH;
40 c.set(Calendar.MONTH, Calendar.JANUARY);
83 assertEquals("1/19/2009 ? 4/22/2009", formatDateRange(en_US, tz, fixedTime, fixedTime + 3 * MONTH, FORMAT_SHOW_YEAR | FORMAT_NUMERIC_DATE));
88 assertEquals("19.01.2009 - 22.04.2009", formatDateRange(de_DE, tz, fixedTime, fixedTime + 3 * MONTH, FORMAT_SHOW_YEAR | FORMAT_NUMERIC_DATE));
93 assertEquals("19/1/2009 ? 22/4/2009", formatDateRange(es_US, tz, fixedTime, fixedTime + 3 * MONTH, FORMAT_SHOW_YEAR | FORMAT_NUMERIC_DATE));
98 assertEquals("19/1/2009 ? 22/4/2009", formatDateRange(es_ES, tz, fixedTime, fixedTime + 3 * MONTH, FORMAT_SHOW_YEAR | FORMAT_NUMERIC_DATE));
108 assertEquals("January 19 ? April 22, 2009", formatDateRange(en_US, tz, fixedTime, fixedTime + 3 * MONTH, 0));
109 assertEquals("Jan 19 ? Apr 22, 2009", formatDateRange(en_US, tz, fixedTime, fixedTime + 3 * MONTH, FORMAT_SHOW_DATE | FORMAT_ABBREV_ALL));
110 assertEquals("Mon, Jan 19 ? Wed, Apr 22, 2009", formatDateRange(en_US, tz, fixedTime, fixedTime + 3 * MONTH, FORMAT_SHOW_WEEKDAY | FORMAT_ABBREV_ALL))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 53 private static final String MONTH = "month";
74 * @param monthOfYear The month that was set (0-11) for compatibility
76 * @param dayOfMonth The day of the month that was set.
85 * @param monthOfYear The initial month of the dialog.
101 * @param monthOfYear The initial month of the dialog.
123 * @param monthOfYear The initial month of the dialog.
141 * @param monthOfYear The initial month of the dialog.
180 /* Sometimes the full month is displayed causing the title
199 public void onDateChanged(DatePicker view, int year, int month, int day)
234 int month = savedInstanceState.getInt(MONTH); local
    [all...]
  /frameworks/base/core/java/android/text/format/
DateFormat.java 101 public static final char MONTH = 'M';
187 * {@code ja_JP} where there is only one length of month.
253 int month = value.indexOf('M'); local
257 if (month >= 0 && day >= 0 && year >= 0) {
259 if (year < month && year < day) {
260 if (month < day) {
265 } else if (month < day) {
271 } else { // day < month
272 if (month < year) {
310 * 3 elements ({@link #DATE}, {@link #MONTH}, and {@link #YEAR}) in the orde
    [all...]
Time.java 74 * Day of month [1-31]
79 * Month [0-11]
81 public int month; field in class:Time
126 public static final int MONTH = 5;
239 int n = DAYS_PER_MONTH[this.month];
247 case MONTH:
280 this.month = 0;
562 this.month = that.month;
574 public void set(int second, int minute, int hour, int monthDay, int month, int year)
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormat.java 119 * to the {@link Calendar#MONTH} field.
683 * Marks the month part of a date.
685 public static final Field MONTH = new Field("month", Calendar.MONTH);
718 * Marks the day of the month part of a date.
720 public static final Field DAY_OF_MONTH = new Field("day of month", Calendar.DAY_OF_MONTH);
728 * Marks the day of the week in the month part of a date.
730 public static final Field DAY_OF_WEEK_IN_MONTH = new Field("day of week in month",
740 * Marks the week of the month part of a date
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 54 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
90 * <code>UDate</code> (such as only year and month but no day in the month),
98 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
109 * MONTH + DAY_OF_MONTH
110 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
111 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
130 * month, day-of-month <em>and</em> day-of-week in some cases.
154 * month up in the date <code>December 12, <b>1996</b></code> results i
    [all...]
  /external/chromium_org/v8/src/
dateparser.h 42 // [1]: month (0 = Jan, 1 = Feb, ...)
54 YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, MILLISECOND, UTC_OFFSET, OUTPUT_SIZE
389 // If set, ensures that data is always parsed in year-month-date order.
  /external/icu4c/i18n/unicode/
calendar.h 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
91 * <code>UDate</code> (such as only year and month but no day in the month),
100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
111 * MONTH + DAY_OF_MONTH
112 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
113 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
152 * month, day-of-month <em>and</em> day-of-week in some cases.
176 * month up in the date <code>December 12, <b>1996</b></code> results i
    [all...]
  /external/v8/src/
dateparser.h 42 // [1]: month (0 = Jan, 1 = Feb, ...)
54 YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, MILLISECOND, UTC_OFFSET, OUTPUT_SIZE
389 // If set, ensures that data is always parsed in year-month-date order.
  /libcore/luni/src/main/java/java/util/
Calendar.java 32 * {@code YEAR}, {@code MONTH}, {@code DAY},
57 * fields, as well as their meaning. For example, the first month of the year
58 * has value {@code MONTH} == {@code JANUARY} for all calendars.
66 * {@code GregorianCalendar} interprets {@code MONTH} ==
72 * values between 1 and the length of the month.
84 * the first week of the month or year as a reference point. The first week of a
85 * month or year is defined as the earliest seven day period beginning on
87 * {@code getMinimalDaysInFirstWeek()} days of that month or year. Weeks
97 * {@code Date} (such as only year and month but no day in the month), o
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 433 MONTH: 2
584 * that ended 7 days ago, etc. For MONTH an offset of 0 refers to the current
585 * calendar month, 1 to the previous one, etc.
778 $('timeframe-filter-month').addEventListener('change', handleRangeChange);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 133 * One of the Agenda/Day/Week/Month view types
141 final int MONTH = 4;
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 205 milliseconds

1 2 3