/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.2.2-1.js | 25 Date( year, month, date, hours, minutes, seconds )
|
15.9.2.2-2.js | 25 Date( year, month, date, hours, minutes, seconds )
|
15.9.2.2-3.js | 25 Date( year, month, date, hours, minutes, seconds )
|
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() );
|
/external/webkit/WebCore/html/ |
ValidityState.cpp | 100 case HTMLInputElement::MONTH:
|
/packages/apps/Calendar/res/values/ |
strings.xml | 97 Month view. --> 98 <string name="month_view">"Month"</string> 113 (Day view, Week view, Agenda view, Month view) they are currently in. --> 123 <!-- Month view -->
|
/external/icu4c/i18n/ |
dtitvfmt.cpp | 520 * 1) when the year, month, or day differs, concatenate the two original 536 * includes year, month, and date when year, month, and date differs. 653 * 1) when the year, month, or day differs, 659 * 1) when the year, month, or day differs, 890 // but not date interval patterns ( when year, month, day differ ). 891 // For year/month/day differ, it falls back to fall-back pattern. [all...] |
/external/icu4c/test/cintltst/ |
ccaltst.c | 750 log_err("FAIL: U_ILLEGAL_ARGUMENT_ERROR was not returned for : 1999 -3th month\n"); 758 verify1("1999 -3th month should be", cal, datdef, 1998, UCAL_OCTOBER, 1); [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
EditEvent.java | 335 public void onDateSet(DatePicker view, int year, int month, int monthDay) { 348 int monthDuration = endTime.month - startTime.month; 352 startTime.month = month; 358 endTime.month = month + monthDuration; 368 endTime.month = month; 394 mTime.month, mTime.monthDay).show() [all...] |
EventLoader.java | 94 //we want the entire range the event occurs, but only within the month
|
/external/webkit/JavaScriptCore/runtime/ |
DatePrototype.cpp | 332 t->month = args.at(idx++).toInt32(exec, ok); 461 // Maximum amount of space we need in buffer: 6 (max. digits in year) + 2 * 5 (2 characters each for month, day, hour, minute, second) + 4 (. + 3 digits for milliseconds) 464 snprintf(buffer, sizeof(buffer) - 1, "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", 1900 + gregorianDateTime->year, gregorianDateTime->month + 1, gregorianDateTime->monthDay, gregorianDateTime->hour, gregorianDateTime->minute, gregorianDateTime->second, static_cast<int>(fmod(thisDateObj->internalNumber(), 1000))); 587 return jsNumber(exec, gregorianDateTime->month); 600 return jsNumber(exec, gregorianDateTime->month); [all...] |
/external/icu4c/tools/tzcode/ |
zic.c | 1262 int year, month, day; local 1296 error(_("invalid month name")); 1299 month = lp->l_value; 1301 while (j != month) { 1308 day <= 0 || day > len_months[isleap(year)][month]) { 1309 error(_("invalid day of month")); 1968 register int month, total; local [all...] |
localtime.c | 127 int r_mon; /* month number of rule */ 133 #define MONTH_NTH_DAY_OF_WEEK 2 /* Mm.n.d - month, week, day of week */ 772 ** Month, week, day. 852 ** Mm.n.d - nth "dth day" of month m. 860 ** month. 872 ** "dow" is the day-of-week of the first day of the month. Get 873 ** the day-of-month (zero-origin) of the first "dow" day of the 874 ** month. 887 ** "d" is the day-of-month (zero-origin) of the day we want. [all...] |
/bionic/libc/tzcode/ |
localtime.c | 186 int r_mon; /* month number of rule */ 192 #define MONTH_NTH_DAY_OF_WEEK 2 /* Mm.n.d - month, week, day of week */ 855 ** Month, week, day. 935 ** Mm.n.d - nth "dth day" of month m. 943 ** month. 955 ** "dow" is the day-of-week of the first day of the month. Get 956 ** the day-of-month (zero-origin) of the first "dow" day of the 957 ** month. 970 ** "d" is the day-of-month (zero-origin) of the day we want. [all...] |
/system/core/libcutils/ |
tztime.c | 160 int r_mon; /* month number of rule */ 166 #define MONTH_NTH_DAY_OF_WEEK 2 /* Mm.n.d - month, week, day of week */ 792 ** Month, week, day. 872 ** Mm.n.d - nth "dth day" of month m. 880 ** month. 892 ** "dow" is the day-of-week of the first day of the month. Get 893 ** the day-of-month (zero-origin) of the first "dow" day of the 894 ** month. 907 ** "d" is the day-of-month (zero-origin) of the day we want. [all...] |
/external/emma/lib/internal/ |
stamptool.jar | |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
EventLogParser.java | 297 int month = Integer.parseInt(m.group(1)); local 306 cal.set(cal.get(Calendar.YEAR), month-1, day, hours, minutes, seconds);
|
/external/kernel-headers/original/linux/ |
telephony.h | 103 char month[3]; member in struct:__anon3240
|
/external/stlport/stlport/stl/ |
_time_facets.h | 54 * as well as the am/pm designator. The month and weekday tables
|
/external/stlport/stlport/stl/config/ |
_evc.h | 285 int tm_mday; /* day of the month - [1,31] */
|
/external/zlib/contrib/minizip/ |
zip.h | 92 uInt tm_mday; /* day of the month - [1,31] */
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/ |
CdmaSmsTest.java | 288 assertEquals(bearerData.msgCenterTimeStamp.month, 11); 296 assertEquals(bearerData.deferredDeliveryTimeAbsolute.month, 5); 335 assertEquals(bearerData.msgCenterTimeStamp.month, 11); 343 assertEquals(bearerData.deferredDeliveryTimeAbsolute.month, 5); [all...] |
/dalvik/libcore/icu/src/main/native/ |
Resources.cpp | 443 // the array length is +1 because the harmony locales had an empty string at the end of their month name array 447 const jchar* month = ures_getStringByIndex(monthNameElemsFormat.get(), i, &monthNameLength, &status); local 451 jstring monthU = env->NewString(month, monthNameLength);
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/ |
BerInputStream.java | 347 * Keeps last decoded: year, month, day, hour, minute, second, millisecond 393 times[1] = strToInt(contentOffset + 4, 2); // month 465 times[1] = strToInt(contentOffset + 2, 2); // month
|