/packages/apps/Exchange/src/com/android/exchange/ |
Eas.java | 64 // 5 1 month ago Yes Yes
|
/external/icu4c/i18n/ |
dtitvfmt.cpp | 522 * 1) when the year, month, or day differs, concatenate the two original 538 * includes year, month, and date when year, month, and date differs. 655 * 1) when the year, month, or day differs, 661 * 1) when the year, month, or day differs, 899 // but not date interval patterns ( when year, month, day differ ). 900 // For year/month/day differ, it falls back to fall-back pattern. [all...] |
/external/icu4c/i18n/unicode/ |
smpdtfmt.h | 75 * M month in year (Text & Number) July & 07 76 * d day in month (Number) 10 85 * F day of week in month (Number) 2 (2nd Wed in July) 87 * W week in month (Number) 2 99 * L stand alone month (Text & Number) July & 07 670 * the various strings and other symbols used in formatting: e.g., month [all...] |
/external/e2fsprogs/ |
configure.in | 15 MONTH=`echo $DATE | awk -F- '{print $2}'` 26 case $MONTH in 39 *) AC_MSG_WARN([Unknown month $MONTH??]) ;; 56 unset DATE MONTH YEAR base_ver pre_vers date_spec
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
DatePrototype.cpp | 364 t->month = toInt32(months); 501 // 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) 504 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))); 637 return JSValue::encode(jsNumber(gregorianDateTime->month)); 651 return JSValue::encode(jsNumber(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 | 194 int r_mon; /* month number of rule */ 200 #define MONTH_NTH_DAY_OF_WEEK 2 /* Mm.n.d - month, week, day of week */ 867 ** Month, week, day. 947 ** Mm.n.d - nth "dth day" of month m. 955 ** month. 967 ** "dow" is the day-of-week of the first day of the month. Get 968 ** the day-of-month (zero-origin) of the first "dow" day of the 969 ** month. 982 ** "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...] |
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 196 assertEquals(cal.get(Calendar.MONTH), 1); // 0 based 211 assertEquals(cal.get(Calendar.MONTH), 1); // 0 based 651 // The last Saturday of the month 655 // The third Wednesday and Thursday of the month 665 // The 14th of the every month 675 6 /*Yearly/Month/DayOfWeek*/, 0, 0, 4 /*Tue*/, 0, 1 /*1st*/, 6 /*June*/, null); [all...] |
/external/chromium/base/metrics/ |
field_trial.h | 107 // to the total_probability. Arguments year, month and day_of_month specify 112 const int month, const int day_of_month);
|
/external/chromium/base/ |
time_win.cc | 186 st.wMonth = exploded.month; 232 exploded->month = st.wMonth;
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 199 // dateRange(day, month) 208 // dateRange(day, month, year)
|
/external/emma/lib/internal/ |
stamptool.jar | |
/external/libvpx/examples/includes/geshi/geshi/ |
mysql.php | 154 "DAY", "HOUR", "MICROSECOND", "MINUTE", "MONTH", "QUARTER", "SECOND", "WEEK", "YEAR" 211 "DATE", "DAY", "HOUR", "MICROSECOND", "MINUTE", "MONTH", "QUARTER",
|
/external/openssl/crypto/ |
o_time.c | 179 short year, month, day, hour, minute, second, member in struct:vms_vectime 206 result->tm_mon = time_values.month - 1;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
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() );
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
EventLogParser.java | 298 int month = Integer.parseInt(m.group(1)); local 307 cal.set(cal.get(Calendar.YEAR), month-1, day, hours, minutes, seconds);
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_vms.cc | 152 &time_exploded.month))
|
/external/kernel-headers/original/linux/ |
telephony.h | 103 char month[3]; member in struct:__anon7240
|
/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/webkit/Source/WebCore/html/ |
InputType.h | 268 const AtomicString& month();
|