/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.24-2.js | 94 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 103 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 121 this.month = 0; 138 d.month = MonthFromTime(t); 146 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-3.js | 93 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 102 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 120 this.month = 0; 137 d.month = MonthFromTime(t); 145 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-4.js | 92 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 101 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 119 this.month = 0; 136 d.month = MonthFromTime(t); 144 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-5.js | 85 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 94 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 112 this.month = 0; 129 d.month = MonthFromTime(t); 137 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-6.js | 84 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 93 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 111 this.month = 0; 128 d.month = MonthFromTime(t); 136 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-7.js | 83 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 92 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 110 this.month = 0; 127 d.month = MonthFromTime(t); 135 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-8.js | 79 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 88 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 106 this.month = 0; 123 d.month = MonthFromTime(t); 131 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.32-1.js | 94 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 103 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 120 this.month = 0; 137 d.month = MonthFromTime(t); 145 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.33-1.js | 94 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() ); 103 testcases[item++] = new TestCase( SECTION, DateString+".getMonth()", LocalDate.month, DateCase.getMonth() ); 120 this.month = 0; 137 d.month = MonthFromTime(t); 145 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
/external/icu4c/i18n/unicode/ |
dtfmtsym.h | 234 * Gets month strings. For example: "January", "February", etc. 236 * @return the month strings. (DateFormatSymbols retains ownership.) 242 * Sets month strings. For example: "January", "February", etc. 244 * @param months the new month strings. (not adopted; caller retains ownership) 251 * Gets short month strings. For example: "Jan", "Feb", etc. 254 * @return the short month strings. (DateFormatSymbols retains ownership.) 260 * Sets short month strings. For example: "Jan", "Feb", etc. 262 * @param shortMonths the new short month strings. (not adopted; caller retains ownership) 289 * Gets month strings by width and context. For example: "January", "February", etc. 293 * @return the month strings. (DateFormatSymbols retains ownership. [all...] |
/bionic/libc/include/ |
time.h | 49 int tm_mday; /* day of the month */ 50 int tm_mon; /* month */ 85 const char * month[12]; member in struct:strftime_locale
|
/external/bluetooth/glib/tests/ |
date-test.c | 86 TEST("Returned month is January", g_date_get_month(d) == G_DATE_JANUARY); 90 TEST("Bad month is invalid", !g_date_valid_month(G_DATE_BAD_MONTH)); 91 TEST("Month 13 is invalid", !g_date_valid_month(13)); 122 g_date_strftime(buf,100,"1 second into the Unix epoch it was a %A, in the month of %B, %x\n", d); 128 g_date_strftime(buf,100,"Our \"Julian\" epoch begins on a %A, in the month of %B, %x\n", 183 TEST("Sensible number of days in month", (dim > 0 && dim < 32)); 185 TEST("Month between 1 and 12 is valid", g_date_valid_month(m)); 216 TEST("Month accessor works", g_date_get_month(d) == m); 218 TEST("Day of month accessor works", g_date_get_day(d) == day); 334 TEST("Forward days then backward days returns us to current month", [all...] |
/external/icu4c/i18n/ |
basictz.cpp | 161 int32_t year, month, dom, dow, doy, mid; local 166 year, month, dom, dow, doy, mid); 167 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); 169 DateTimeRule *dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME); 193 year, month, dom, dow, doy, mid); 194 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); 196 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME); 224 year, month, dom, dow, doy, mid); 225 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); 226 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME) 479 int32_t year, month, dom, dow, doy, mid; local [all...] |
/frameworks/base/libs/rs/scriptc/ |
rs_time.rsh | 40 * tm_mday - Day of the month. This ranges from 1 to 31. 53 int tm_mday; ///< day of the month 54 int tm_mon; ///< month
|
/prebuilt/sdk/14/renderscript/include/ |
rs_time.rsh | 40 * tm_mday - Day of the month. This ranges from 1 to 31. 53 int tm_mday; ///< day of the month 54 int tm_mon; ///< month
|
/external/chromium/chrome/browser/autofill/ |
credit_card_field.cc | 126 if ((*q) && LowerCaseEqualsASCII((*q)->form_control_type, "month")) { 130 // "Expires", "exp. date" or "exp. month" and "exp. year". We also look 135 // "month" and "year". So for now we match these words directly; we'll 138 // Toolbar Bug 51451: indeed, simply matching "month" is too general for 140 // Instead, we match only words beginning with "month". 196 "month")))) {
|
/frameworks/base/core/java/com/android/internal/http/ |
HttpDateTime.java | 55 * Mon can be the full name of the month. 89 int month = Calendar.JANUARY; local 96 month = getMonth(rfcMatcher.group(2)); 102 month = getMonth(ansicMatcher.group(1)); 114 month = Calendar.JANUARY; 120 month, year);
|
/libcore/luni/src/main/java/java/sql/ |
Date.java | 24 * format only deals with year, month and day values. There are no values for 42 * month and day. 49 * the month, specified as a number with 0 = January. Must be in 52 * the day in the month. Must be in the range {@code [1,31]}. 230 int month = Integer.parseInt(dateString.substring(firstIndex + 1, local 234 return new Date(year - 1900, month - 1, day);
|
/frameworks/base/core/res/res/layout/ |
date_picker.xml | 40 <!-- Month --> 42 android:id="@+id/month"
|
date_picker_holo.xml | 40 <!-- Month --> 42 android:id="@+id/month"
|
/packages/apps/Calendar/res/values/ |
integers.xml | 15 <!-- size of day date font in month view --> 23 <!-- margin between the day number and the edge of the day in month view -->
|
/packages/apps/Contacts/res/layout/ |
date_picker.xml | 45 <!-- Month --> 47 android:id="@+id/month"
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
CalendarUtilities.java | 209 int month; field in class:CalendarUtilities.TimeZoneDate 225 setWord(bytes, offset + MSFT_SYSTEMTIME_MONTH, rrule.month); 242 setWord(bytes, offset + MSFT_SYSTEMTIME_MONTH, cal.get(Calendar.MONTH) + 1); 264 // MSFT month = 0 means no daylight time 270 tzd.month = num -1; 304 testCalendar.set(GregorianCalendar.MONTH, tzd.month); 382 int month; field in class:CalendarUtilities.RRule 386 * Create an RRULE based on month and date 387 * @param _month the month (1 = JAN, 12 = DEC 433 int month = calendar.get(Calendar.MONTH); local [all...] |
/external/webkit/Source/WebCore/html/ |
FTPDirectoryDocument.cpp | 180 static bool wasLastDayOfMonth(int year, int month, int day) 183 if (month < 0 || month > 11) 186 if (month == 2) { 198 return lastDays[month] == day; 249 int month = fileTime.tm_mon; local 250 if (month < 0 || month > 11) 251 month = 12; 256 dateString = makeString(months[month], ' ', String::number(fileTime.tm_mday), ", ", String::number(fileTime.tm_year)) [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DataFormatFieldTest.java | 37 MyField field = new MyField("day of month", Calendar.ERA); 39 assertEquals("field has wrong name", "day of month", field.getName()); 86 MyField field = new MyField("day of month", Calendar.ERA); 88 assertEquals("field has wrong name", "day of month", field.getName());
|