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

1 2

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
72 var MONTH = 10;
253 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.1-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
72 var MONTH = 10;
211 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.1-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
72 var MONTH = 10;
189 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.1-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
72 var MONTH = 10;
173 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.1-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
72 var MONTH = 10;
150 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.2-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
67 var MONTH = 10;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
220 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.2-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
67 var MONTH = 10;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
198 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.2-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
67 var MONTH = 10;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
184 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.2-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
67 var MONTH = 10;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
167 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.2-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
32 2. Call ToNumber(month)
67 var MONTH = 10;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
149 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.8-1.js 68 var MONTH = 10;
278 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.8-2.js 68 var MONTH = 10;
253 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.8-3.js 68 var MONTH = 10;
231 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.8-4.js 68 var MONTH = 10;
200 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.3.8-5.js 68 var MONTH = 10;
168 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
15.9.4.2.js 77 var MONTH = 10;
191 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", ResultArray[MONTH], DateCase.getMonth() );
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 40 private static final String MONTH = "month";
54 * @param monthOfYear The month that was set (0-11) for compatibility
56 * @param dayOfMonth The day of the month that was set.
65 * @param monthOfYear The initial month of the dialog.
81 * @param monthOfYear The initial month of the dialog.
117 int month, int day) {
118 mDatePicker.init(year, month, day, null);
134 * @param monthOfYear The date month.
135 * @param dayOfMonth The date day of month
154 int month = savedInstanceState.getInt(MONTH); local
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 45 private static final int MONTH = 11;
140 Date date = new Date(YEAR_FROM_1900, MONTH, DAY, HOUR, MINUTE);
169 Calendar calendar = new GregorianCalendar(YEAR, MONTH, DAY);
172 Date formatDate = new Date(YEAR_FROM_1900, MONTH, DAY);
  /external/v8/src/
dateparser.h 43 // [1]: month (0 = Jan, 1 = Feb, ...)
55 YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, MILLISECOND, UTC_OFFSET, OUTPUT_SIZE
  /frameworks/base/core/java/android/text/format/
DateFormat.java 44 represent the month. Depending on how many times that character is repeated
48 For the month of September:<br/>
107 This designator indicates the day of the month.
109 Examples for the 9th of the month:
155 This designator indicates the month of the year
163 public static final char MONTH = 'M';
294 int month = value.indexOf('M'); local
298 if (month >= 0 && day >= 0 && year >= 0) {
300 if (year < month && year < day) {
301 if (month < day)
531 int month = inDate.get(Calendar.MONTH); local
    [all...]
Time.java 72 * Day of month [1-31]
77 * Month [0-11]
79 public int month; field in class:Time
124 public static final int MONTH = 5;
234 int n = DAYS_PER_MONTH[this.month];
242 case MONTH:
275 this.month = 0;
582 this.month = that.month;
594 public void set(int second, int minute, int hour, int monthDay, int month, int year)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 49 private static final String MONTH = "month";
70 * @param monthOfYear The month that was set (0-11) for compatibility
72 * @param dayOfMonth The day of the month that was set.
81 * @param monthOfYear The initial month of the dialog.
96 * @param monthOfYear The initial month of the dialog.
117 * @param monthOfYear The initial month of the dialog.
134 * @param monthOfYear The initial month of the dialog.
176 /* Sometimes the full month is displayed causing the title
194 int month, int day)
226 int month = savedInstanceState.getInt(MONTH); local
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormat.java 182 * to the {@link Calendar#MONTH} field.
754 * Marks the month part of a date.
756 public static final Field MONTH = new Field("month", Calendar.MONTH);
789 * Marks the day of the month part of a date.
791 public static final Field DAY_OF_MONTH = new Field("day of month", Calendar.DAY_OF_MONTH);
799 * Marks the day of the week in the month part of a date.
801 public static final Field DAY_OF_WEEK_IN_MONTH = new Field("day of week in month",
811 * Marks the week of the month part of a date
    [all...]
  /external/icu4c/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...]
  /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...]

Completed in 448 milliseconds

1 2