/external/icu4c/i18n/ |
vzone.cpp | 117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, 119 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status); 123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, 126 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
|
simpletz.cpp | 42 // and day-of-week-on-or-before-that-date mode (DOW_LE_DOM_MODE). 275 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday 278 * the day of week in the month counting backward from the end of the month. 281 * specifies the day of the month, regardless of what day of the week it is. 282 * (e.g., (10, 0) is the tenth day of the month) 284 * specifies the day of the month counting backward from the end of the 285 * month, regardless of what day of the week it is (e.g., (-2, 0) is the 286 * next-to-last day of the month). 288 * first specified day of the week on or after the specfied day of the month 516 double day = uprv_floor(date \/ U_MILLIS_PER_DAY); local [all...] |
olsontz.h | 164 int32_t day, uint8_t dayOfWeek, 171 int32_t day, uint8_t dayOfWeek,
|
vzone.h | 163 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce 194 * @param day The reference date's day-in-month (1-based) 195 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 196 * @param millis The reference date's milliseconds in day, local standard time 202 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, 217 * @param day The reference date's day-in-month (1-based) 218 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 219 * @param millis The reference date's milliseconds in day, local standard tim [all...] |
hebrwcal.h | 37 * on the day of (an arithmetic approximation of) each new moon. Since the 349 * Return the Julian day number of day before the first day of the 354 * @param useMonth if false, compute the day before the first day of 355 * the given year, otherwise, compute the day before the first day of 357 * @param return the Julian day number of the day before the firs [all...] |
reldtfmt.h | 233 int32_t fDayMin; // day id of lowest # 234 int32_t fDayMax; // day id of highest # 241 * @param day day offset ( -1, 0, 1, etc.. ) 245 const UChar *getStringForDay(int32_t day, int32_t &len, UErrorCode &status) const;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-216320.js | 87 day=date.substring(8,10); 100 if(month>12||day>31||month<=0||day<=0||(isNaN(month)==true)||(isNaN(day)==true)||(isNaN(year)==true)){ 106 if(((month==1||month==3||month==5||month==7||month==8||month==10||month==12)&&day>31)||(year%4==0&&month==2&&day>29)||(year%4!=0&&month==2&&day>28)||((month==4||month==6||month==9||month==11)&&day>30)){ 120 day=date.substring(8,10); 137 if(month>12||day>31||month<=0||day<=0||(isNaN(month)==true)||(isNaN(day)==true)||(isNaN(year)==true)) [all...] |
/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;
|
os_unix.c | 45 int os_mktime(int year, int month, int day, int hour, int min, int sec, 52 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || 60 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;
|
os_unix.c | 45 int os_mktime(int year, int month, int day, int hour, int min, int sec, 52 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 || 60 tm.tm_mday = day;
|
/external/wpa_supplicant_8/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;
|
/hardware/ti/omap4xxx/camera/inc/ |
NV12_resize.h | 42 mmInt32 day; member in struct:__anon16581
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthWeekEventsView.java | 111 // events being drawn on each day. The code will expand this if necessary. 241 // divided up by day for generating the large month version and the full 276 for (int day = 0; day < numDays; day++) { 277 mDayXs[day] = computeDayLeftPosition(day) + DNA_WIDTH / 2 + DNA_SIDE_PADDING; 534 // Computes the x position for the left side of the given day 535 private int computeDayLeftPosition(int day) { 543 x = day * effectiveWidth / mNumDays + xOffset 670 int day = -1; local 883 int day = mFirstJulianDay + dayPosition; local [all...] |
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/ |
DateTimeParser.java | 102 private int day; field in class:DateTimeParser.Date 104 public Date(String year, int month, int day) { 107 this.day = day; 112 public int getDay() { return day; } 204 d = day(); 211 final public int day() throws ParseException { method in class:DateTimeParser
|
/external/libxml2/ |
xmlschemastypes.c | 64 unsigned int day :5; /* 1 <= day <= 31 */ member in struct:_xmlSchemaValDate 78 long day; member in struct:_xmlSchemaValDuration 3538 long carry, mon, day; local 5829 unsigned long mon, day, hour = 0, min = 0; local [all...] |
/external/v8/src/ |
date.js | 92 // - week day of first day. 107 // and same starting day for the year. The ECMAscript specification says 112 var day = MakeDay(EquivalentYear(YearFromTime(t)), 115 return MakeDate(day, TimeWithinDay(t)); 232 return Modulo(DAY(time) + 4, 7); 365 function MakeDate(day, time) { 366 var time = day * msPerDay + time; 451 var day = MakeDay(year, month, date); 453 value = TimeClip(UTC(MakeDate(day, time))) [all...] |
/libcore/luni/src/main/java/java/util/ |
Calendar.java | 32 * {@code YEAR}, {@code MONTH}, {@code DAY}, 75 * {@code Calendar} defines a locale-specific seven day week using two 76 * parameters: the first day of the week and the minimal days in first week 85 * month or year is defined as the earliest seven day period beginning on 97 * {@code Date} (such as only year and month but no day in the month), or 110 * determining the day, the calendar will look for one of the following 125 * For the time of day: 140 * <li> 24:00:00 "belongs" to the following day. That is, 23:59 on Dec 31, 1969 145 * noon belongs to "pm", so on the same day, we have 12:00 am (midnight) < 12:01 am, 260 * possible value to Sunday (where Sunday is the first day of the week) [all...] |
/external/icu4c/i18n/unicode/ |
rbtz.h | 141 * @param day The reference date's day-in-month (1-based) 142 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 143 * @param millis The reference date's milliseconds in day, local standard time 148 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 162 * @param day The reference date's day-in-month (1-based) 163 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 164 * @param millis The reference date's milliseconds in day, local standard time 170 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, [all...] |
timezone.h | 342 * @param day The reference date's day-in-month (1-based) 343 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday) 344 * @param millis The reference date's milliseconds in day, local standard time 349 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 364 * @param day the day-in-month of the given date. 365 * @param dayOfWeek the day-of-week of the given date. 366 * @param milliseconds the millis in day in <em>standard</em> local time. 372 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | 93 * View for multi-day view. So far only 1 and 7 day have been tested. 175 private int[] mEarliestStartHour; // indexed by the week day offset 176 private boolean[] mHasAllDayEvent; // indexed by the week day offset 275 private int mSelectionDay; // Julian day 284 /** Width of a day or non-conflicting event */ 299 private int mFirstDayOfWeek; // First day of the week 466 * The height of the day names/numbers 470 * The height of the day names/numbers for multi-day view 4325 int day = (x - mHoursWidth) \/ (mCellWidth + DAY_GAP); local [all...] |
/external/chromium/chrome/browser/ui/webui/ |
history2_ui.cc | 154 int day = 0; local 155 ExtractIntegerValue(args, &day); 160 options.begin_time -= base::TimeDelta::FromDays(day); 162 options.end_time -= base::TimeDelta::FromDays(day - 1); 206 // Get day to delete data from. 265 // and snippet, browse results need day and time information). 350 // first day of the following month.
|
history_ui.cc | 154 int day = 0; local 155 ExtractIntegerValue(args, &day); 160 options.begin_time -= base::TimeDelta::FromDays(day); 162 options.end_time -= base::TimeDelta::FromDays(day - 1); 206 // Get day to delete data from. 265 // and snippet, browse results need day and time information). 338 // first day of the following month.
|
/external/icu4c/test/intltest/ |
caltest.h | 28 * Test the handling of the day of the week, checking for correctness and 61 virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day);
|
/external/libxml2/include/libxml/ |
nanoftp.h | 33 * @day: the day 38 * Note that only one of year and day:minute are specified. 44 const char *month, int day, int hour,
|