/packages/apps/Email/src/com/android/exchange/utility/ |
CalendarUtilities.java | 184 int day; field in class:CalendarUtilities.TimeZoneDate 194 // MSFT day of week starts w/ Sunday = 0; RRule starts w/ Sunday = 1 211 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1 214 // Get the "day" in TimeZone format 241 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1 244 // Get the "day" in TimeZone format 248 tzd.day = -1; 250 tzd.day = num; 274 testCalendar.set(GregorianCalendar.DAY_OF_WEEK_IN_MONTH, tzd.day); 364 * Create an RRULE based on month, day of week, and week [all...] |
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_attrappendchild3.java | 76 dayNode = doc.createTextNode("day"); 89 assertEquals("lastChildValue", "day", value);
|
hc_attrinsertbefore3.java | 79 dayNode = doc.createTextNode("day"); 95 assertEquals("lastChildValue", "day", value);
|
hc_attrinsertbefore7.java | 87 dayNode = doc.createCDATASection("day"); 94 dayNode = doc.createCDATASection("day");
|
/external/icu4c/i18n/ |
japancal.cpp | 38 int8_t day; member in struct:__anon2209 40 // Year Month Day 344 int32_t day = 1; local 348 return kEraInfo[era].day; 352 return day; 412 diff,low, high, i, kEraInfo[i].month-1, kEraInfo[i].day, kEraInfo[i].year, internalGet(UCAL_MONTH), internalGet(UCAL_DATE),year); 424 diff = internalGet(UCAL_DATE) - kEraInfo[i].day; 516 int32_t nextEraDate = kEraInfo[era + 1].day;
|
persncal.cpp | 26 jalali_to_julian(int year, int month, int day) 82 daysNo += day; 89 int year=0, month=0, day=0,scalarDays=0; local 167 day = daysNo; 169 *h_d = day; 271 * Return the day # on which the given year starts. Days are counted 279 * Return the day # on which the given month starts. Days are counted 352 * calendar equivalents for the given Julian day.
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
date-format-xparb.js | 316 var day = (this.getDay() - (this.getDate() - 1)) % 7; 317 return (day < 0) ? (day + 7) : day; 321 var day = (this.getDay() + (Date.daysInMonth[this.getMonth()] - this.getDate())) % 7; 322 return (day < 0) ? (day + 7) : day;
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
date-format-xparb.js | 316 var day = (this.getDay() - (this.getDate() - 1)) % 7; 317 return (day < 0) ? (day + 7) : day; 321 var day = (this.getDay() + (Date.daysInMonth[this.getMonth()] - this.getDate())) % 7; 322 return (day < 0) ? (day + 7) : day;
|
/packages/wallpapers/Basic/res/values/ |
strings.xml | 40 Blades of grass wave gently in front of a day or night sky. 64 day, hour, minute, and second.
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DataFormatFieldTest.java | 49 MyField field = new MyField("day of month", Calendar.ERA); 51 assertEquals("field has wrong name", "day of month", field.getName()); 110 MyField field = new MyField("day of month", Calendar.ERA); 112 assertEquals("field has wrong name", "day of month", field.getName());
|
/external/bluetooth/glib/tests/ |
testgdateparser.c | 21 d->day,
|
/external/dropbear/ |
dropbear.8 | 46 Don't display the message of the day on login.
|
/external/ppp/pppd/plugins/radius/ |
util.c | 47 /* Get the Day */
|
/external/skia/include/core/ |
SkTime.h | 23 Platform-implemented utilities to return time of day, and millisecond counter.
|
/external/wpa_supplicant/ |
os_internal.c | 50 int os_mktime(int year, int month, int day, int hour, int min, int sec, 55 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || 63 tm.tm_mday = day;
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os_internal.c | 50 int os_mktime(int year, int month, int day, int hour, int min, int sec, 55 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || 63 tm.tm_mday = day;
|
/packages/apps/Calendar/src/com/android/calendar/ |
DayActivity.java | 60 // Record Day View as the (new) default detailed view.
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
WeekNumberTest.java | 37 public DateAndWeekNumber(int year, int month, int day, int expectedWeekNumber) { 41 date.set(0, 0, 0, day, month, year); 44 allDayDate.set(day, month, year); 225 Log.i("WeekNumberTest", "(all-day) index " + index
|
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | 296 * Return a string for the day of the week. 365 * a day of the month. 554 // above a week or exact dates below a day, so clamp 577 * Returns a string describing a day relative to the current day. For example if the day is 578 * today this function returns "Today", if the day was a week ago it returns "7 days ago", and 579 * if the day is in 2 weeks it returns "in 14 days". 582 * @param day the relative day to describe in UTC millisecond [all...] |
/development/tools/zoneinfo/tzdata2009s/ |
leapseconds | 19 # Leap YEAR MON DAY 23:59:60 + R/S 21 # Leap YEAR MON DAY 23:59:59 - R/S 26 # Leap YEAR MONTH DAY HH:MM:SS CORR R/S
|
/external/icu4c/samples/translit/ |
README.TXT | 5 Day 2: September 12th 2000 7 1. All the hardware and software requirements from Day 1. 8 2. Attended or fully understand Day 1 material.
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.23-1.js | 92 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 101 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 141 d.day = WeekDay( d.value );
|
15.9.5.23-10.js | 91 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 100 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 140 d.day = WeekDay( d.value );
|
15.9.5.23-11.js | 90 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 99 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 139 d.day = WeekDay( d.value );
|
15.9.5.23-12.js | 88 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 97 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 137 d.day = WeekDay( d.value );
|