/frameworks/base/media/libdrm/mobile1/src/jni/ |
drm1_jni.c | 38 #define DAY_PER_MONTH 30 /* Days per month */ 39 #define DAY_PER_YEAR 365 /* Days per year */ 47 /** Accumulated number of days from 01-Jan up to start of current month. */ 320 * FIXME: It does not check whether the specified days 329 /* Set 'day' to the number of days into the year. */ 332 /* Now calculate 'day' to the number of days since Jan 1, 1970. */ 383 * Note that here we always treat 1 year as 365 days and 1 month as 30 days
|
/packages/apps/Calendar/res/values/ |
arrays.xml | 35 <item>2 days</item> 72 <item>2 days</item>
|
strings.xml | 68 <!-- This is the number of days displayed for a calendar reminder. For example, 69 a reminder of 2 days would be displayed as '2 days'. The translation 74 <!-- This is the label for a reminder of 2 or more days. The actual number of 75 days is a parameter. --> 76 <item quantity="other"><xliff:g id="count">%d</xliff:g> days</item>
|
/dalvik/libcore/text/src/main/java/java/text/ |
DateFormatSymbols.java | 36 * months, the names of the days of the week, and the time zone data. 306 * Returns the array of strings containing the abbreviated names of the days 317 * Returns the array of strings containing the full names of the days of the 442 * Sets the array of strings containing the abbreviated names of the days of 454 * Sets the array of strings containing the full names of the days of the
|
/external/icu4c/i18n/ |
gregoimp.h | 145 * Return the number of days in the given month. 148 * @return the number of days in the given month 156 * @return the number of days in the month previous to the given month 162 * Gregorian calendar, to 1970 epoch days. 245 * @returns number of days to ADD to Julian in order to convert from J->G
|
vtzone.cpp | 375 * domCount number of availble days in dom (domCount is specifying the size of dom on input) 478 // Note: BYMONTHDAY may contain multiple days delimitted by comma 538 int32_t days[7]; local 539 int32_t daysCount = sizeof(days)/sizeof(days[0]); 542 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status); 552 // Only support the rule using 7 continuous days 561 if (days[i] < 0) { 562 days[i] = MONTHLENGTH[month] + days[i] + 1 [all...] |
gregocal.cpp | 555 // Add 2 because Gregorian calendar starts 2 days after 666 int32_t days = internalGet(UCAL_DAY_OF_YEAR); local 667 if (days < 1 || days > yearLength()) { 723 // Add 2 because Gregorian calendar starts 2 days after Julian calendar 830 int32_t cMonthLen=0; // 'c' for cutover; in days 847 // A month containing the cutover is 10 days shorter. [all...] |
chnsecal.h | 165 static double daysToMillis(double days); 168 virtual int32_t newMoonNear(double days, UBool after) const; 170 virtual int32_t majorSolarTerm(int32_t days) const; 173 virtual void computeChineseFields(int32_t days, int32_t gyear,
|
indiancal.cpp | 106 * Return the length (in days) of the given month. 128 * Return the number of days in the given Indian year 305 leapMonth = isGregorianLeap(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year 308 leapMonth = isGregorianLeap(gregorianYear) ? 31 : 30; // Days in leapMonth this year
|
indiancal.h | 52 * In leap years, Chaitra has 31 days and starts on March 21 instead. 54 * So When its a leap year in Gregorian calendar then Chaitra has 31 days. 204 * Return the length (in days) of the given month. 213 * Return the number of days in the given Indian year
|
calendar.cpp | 1234 int32_t days = (int32_t)ClockMath::floorDivide(localMillis, (double)kOneDay); local [all...] |
olsontz.cpp | 141 double days = ClockMath::floorDivide(((double)transitionTimes[jj])*1000.0, (double)U_MILLIS_PER_DAY, millis); local 143 Grego::dayToFields(days, year, month, dom, dow); 388 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis); local 390 Grego::dayToFields(days, year, month, dom, dow); 508 int32_t days = (int32_t)ClockMath::floorDivide(uprv_getUTCtime(), (double)U_MILLIS_PER_DAY); // epoch days local 512 Grego::dayToFields(days, year, month, dom, dow); [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarSyncTestingBase.java | 316 long days = 1; local 318 days = (mDtend - mDtstart) / DateUtils.DAY_IN_MILLIS; 320 mDuration = "P" + days + "D";
|
/external/dnsmasq/contrib/wrt/ |
README | 4 leases. Until a host renews (which may take hours/days) it will
|
/external/icu4c/i18n/unicode/ |
utmscale.h | 92 * <td>days</td> 99 * <td>days</td> 261 * is days since December 31, 1899. 269 * is days since December 31, 1899.
|
ucal.h | 136 * For example, subtracting 5 days from the date <code>September 12, 1996</code> 216 * the value of <code>UCAL_WEEK_OF_YEAR</code> for days before the first week of 229 * the value of <code>WEEK_OF_MONTH</code> for days before the first week of 288 * days, <code>DAY_OF_WEEK_IN_MONTH -1</code> will overlap 394 * demarcates days at local zone midnight, rather than noon GMT. 405 * it also reflects discontinuities of those fields on DST transition days. On a day 439 * Useful constant for days of week. Note: Calendar day-of-week is 1-based. Clients 443 /** Possible days of the week in a UCalendar 780 /** Minimum number of days in first week */ 790 * of days in the first week of the month [all...] |
/external/webkit/WebCore/platform/qt/ |
Localizations.cpp | 464 int days = seconds / (60 * 60 * 24); local 469 if (days) { 470 return QCoreApplication::translate("QWebPage", "%1 days %2 hours %3 minutes %4 seconds", "Media time description").arg(days).arg(hours).arg(minutes).arg(seconds);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
EBCDIC | 33 closely these days because my job has shifted somewhat.
|
/frameworks/base/services/java/com/android/server/ |
TwilightCalculator.java | 84 // solar transit in days since 2000
|
/packages/apps/AlarmClock/res/layout/ |
alarm_time.xml | 24 and an optional line below, used for day/days of week -->
|
/packages/apps/Email/src/com/android/exchange/ |
Eas.java | 54 // 2 3 days ago Yes No
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
SettingsUtil.java | 43 * The maximum number of unique days to show the swipe hint for voice input.
|
/external/stlport/stlport/stl/config/ |
_evc.h | 288 int tm_wday; /* days since Sunday - [0,6] */ 289 int tm_yday; /* days since January 1 - [0,365] */
|
/external/quake/quake/src/WinQuake/data/ |
COMEXP.TXT | 86 reason or no reason, on thirty (30) days written notice to the
95 Licensee and not be dismissed within sixty (60) days after the date
103 calendar days; or (2) if each of two Id Software audit inspections
221 (45) days following the conclusion of each calendar quarter.
334 thirty (30) days from the petition filing date, or if Licensee
379 days of the event.
|
/external/stlport/src/ |
time_facets.cpp | 181 /* The number of days from the first day of the first ISO week of this 394 int days = __iso_week_days (t->tm_yday, t->tm_wday); variable 395 if (days < 0) { 398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday); 405 days = d; 417 val = (long)days / 7 + 1;
|