HomeSort by relevance Sort by last modified time
    Searched refs:MONTH (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
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() );
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.5.34-1.js 158 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
167 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
184 this.month = 0;
201 d.month = MonthFromTime(t);
209 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
216 var MONTH = Number( mon );
218 var DAY = MakeDay( YearFromTime(TIME), MONTH, DATE );
15.9.5.35-1.js 78 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
87 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
104 this.month = 0;
121 d.month = MonthFromTime(t);
129 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
134 function SetUTCMonth( t, month, date ) {
136 var MONTH = Number( month );
139 var RESULT4 = MakeDay(YearFromTime(T), MONTH, DATE );
15.9.5.36-1.js 178 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
187 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
205 this.month = 0;
222 d.month = MonthFromTime(t);
230 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
238 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
241 var DAY = MakeDay( YEAR, MONTH, DATE );
15.9.5.36-2.js 164 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
173 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
191 this.month = 0;
208 d.month = MonthFromTime(t);
216 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
224 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
227 var DAY = MakeDay( YEAR, MONTH, DATE );
15.9.5.36-3.js 151 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
160 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
178 this.month = 0;
195 d.month = MonthFromTime(t);
203 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
211 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
214 var DAY = MakeDay( YEAR, MONTH, DATE );
15.9.5.36-4.js 138 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
147 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
165 this.month = 0;
182 d.month = MonthFromTime(t);
190 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
198 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
201 var DAY = MakeDay( YEAR, MONTH, DATE );
15.9.5.36-5.js 125 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
134 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
152 this.month = 0;
169 d.month = MonthFromTime(t);
177 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
185 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
188 var DAY = MakeDay( YEAR, MONTH, DATE );
15.9.5.36-6.js 112 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
121 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
139 this.month = 0;
156 d.month = MonthFromTime(t);
164 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
172 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
175 var DAY = MakeDay( YEAR, MONTH, DATE );
15.9.5.36-7.js 97 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
106 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
124 this.month = 0;
141 d.month = MonthFromTime(t);
149 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
157 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
160 var DAY = MakeDay( YEAR, MONTH, DATE );
15.9.5.37-1.js 170 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
179 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() );
197 this.month = 0;
214 d.month = MonthFromTime(t);
222 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
230 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
232 var DAY = MakeDay( YEAR, MONTH, DATE );
  /packages/apps/Contacts/src/com/android/contacts/util/
DateUtils.java 97 private static final Date getUtcDate(int year, int month, int dayOfMonth) {
100 calendar.set(Calendar.MONTH, month);
166 if (dateFormatOrder[i] == DateFormat.MONTH) {
  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 69 assertEquals(Calendar.JUNE, parseDate(en, "yyyy-MMMM-dd", "1980-June-12").get(Calendar.MONTH));
70 assertEquals(Calendar.JUNE, parseDate(en, "yyyy-LLLL-dd", "1980-June-12").get(Calendar.MONTH));
71 assertEquals(Calendar.JUNE, parseDate(pl, "yyyy-MMMM-dd", "1980-czerwca-12").get(Calendar.MONTH));
72 assertEquals(Calendar.JUNE, parseDate(pl, "yyyy-LLLL-dd", "1980-czerwiec-12").get(Calendar.MONTH));
  /frameworks/base/core/java/android/text/format/
DateFormat.java 52 represent the month. Depending on how many times that character is repeated
56 For the month of September:<br/>
115 This designator indicates the day of the month.
117 Examples for the 9th of the month:
163 This designator indicates the month of the year. See also
172 public static final char MONTH = 'M';
175 This designator indicates the standalone month of the year,
312 int month = value.indexOf('M'); local
316 if (month >= 0 && day >= 0 && year >= 0) {
318 if (year < month && year < day)
613 int month = inDate.get(Calendar.MONTH); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 182 calendar.set(defaultYear, calendar.get(Calendar.MONTH),
221 oldMonth = calendar.get(Calendar.MONTH);
240 oldMonth = calendar.get(Calendar.MONTH);
  /frameworks/base/core/java/android/webkit/
DateSorter.java 33 * one month ago
34 * older than a month ago
65 c.add(Calendar.MONTH, -1);
66 mBins[3] = c.getTimeInMillis(); // One month ago
  /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...]
  /libcore/luni/src/test/java/libcore/java/util/
OldGregorianCalendarTest.java 62 assertEquals(Calendar.SEPTEMBER, g.get(Calendar.MONTH));

Completed in 402 milliseconds

12 3 4 5