/external/icu4c/i18n/ |
cecal.h | 104 * Convert an Coptic/Ethiopic year, month, and day to a Julian day. 108 * @param day the day 110 * @return Julian day 117 * Convert a Julian day to an Coptic/Ethiopic year, month and day 119 * @param julianDay the Julian day 123 * @param date receives the day 127 int32_t& year, int32_t& month, int32_t& day); [all...] |
simpletz.cpp | 40 // and day-of-week-on-or-before-that-date mode (DOW_LE_DOM_MODE). 273 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday 276 * the day of week in the month counting backward from the end of the month. 279 * specifies the day of the month, regardless of what day of the week it is. 280 * (e.g., (10, 0) is the tenth day of the month) 282 * specifies the day of the month counting backward from the end of the 283 * month, regardless of what day of the week it is (e.g., (-2, 0) is the 284 * next-to-last day of the month). 286 * first specified day of the week on or after the specfied day of the month 514 double day = uprv_floor(date \/ U_MILLIS_PER_DAY); local [all...] |
/external/v8/src/ |
date.js | 89 return DAY(time) - DayFromYear(YEAR_FROM_TIME(time)); 97 // - week day of first day. 112 // and same starting day for the year. The ECMAscript specification says 116 var day = MakeDay(EquivalentYear(YEAR_FROM_TIME(t)), MONTH_FROM_TIME(t), DATE_FROM_TIME(t)); 117 return TimeClip(MakeDate(day, TimeWithinDay(t))); 228 return Modulo(DAY(time) + 4, 7); 283 // Compute modified Julian day from year, month, date. 304 for (var day = 1; day <= length; day++) [all...] |
dateparser.cc | 38 int day = kNone; local 46 day = comp_[2]; 50 day = comp_[1]; 58 day = comp_[0]; 62 day = comp_[1]; 65 day = comp_[0]; 73 if (!Smi::IsValid(year) || !IsMonth(month) || !IsDay(day)) return false; 77 output->set(DAY, Smi::FromInt(day));
|
/frameworks/base/media/libdrm/mobile1/include/parser/ |
parser_rel.h | 43 #define YMD_HMS_2_INT(year, mon, day, date, hour, min, sec, time) do{\ 44 date = year * 10000 + mon * 100 + day;\ 54 int32_t date; /**< year * 10000 + mon *100 + day */ 95 * \param day day of the date 103 int32_t drm_checkDate(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec);
|
/development/samples/Wiktionary/ |
_index.html | 5 menu. The word of the day is downloaded from Wiktionary and displayed in a
|
/development/samples/Wiktionary/res/values/ |
strings.xml | 19 <string name="app_descrip">Example of a fast Wiktionary browser and Word-of-day widget</string> 23 <string name="template_wotd_title">"Wiktionary:Word of the day/%s %s"</string> 28 <string name="widget_loading">"Loading word\nof day\u2026"</string> 29 <string name="widget_error">No word of day found</string>
|
/development/samples/WiktionarySimple/ |
_index.html | 4 installation menu. The word of the day is downloaded from Wiktionary and
|
/external/clearsilver/mod_ecs/ |
mod_ecs.h | 20 /* one day we'll get round to implementing all the above */
|
/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,
|
/external/webkit/WebCore/manual-tests/ |
input-empty-on-focus.html | 5 It's arguably a bug that the text field accepts an image at all, so some day we might fix that and make this
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Date.java | 70 * @param day 71 * the day of the month, 1 - 31. 77 public Date(int year, int month, int day) { 79 cal.set(1900 + year, month, day); 91 * @param day 92 * the day of the month, 1 - 31. 94 * the hour of day, 0 - 23. 102 public Date(int year, int month, int day, int hour, int minute) { 104 cal.set(1900 + year, month, day, hour, minute); 116 * @param day [all...] |
/frameworks/base/core/tests/coretests/src/android/text/format/ |
TimeTest.java | 99 // Use normalize(true) with these tests to change the date by 1 day. 103 // Nov 4, 12am + 0 day = Nov 4, 12am 104 // Nov 5, 12am + 0 day = Nov 5, 12am 108 // Nov 3, 12am + 1 day = Nov 4, 12am 109 // Nov 4, 12am + 1 day = Nov 5, 12am 110 // Nov 5, 12am + 1 day = Nov 6, 12am 115 // Nov 3, 1am + 1 day = Nov 4, 1am 116 // Nov 4, 1am + 1 day = Nov 5, 1am 117 // Nov 5, 1am + 1 day = Nov 6, 1am 122 // Nov 3, 2am + 1 day = Nov 4, 2a 551 int day = Time.getJulianDay(millis, time.gmtoff); local 597 int day = Time.getJulianDay(millis, time.gmtoff); local [all...] |
/external/bluetooth/glib/glib/ |
gdate.h | 52 typedef guint8 GDateDay; /* day of the month */ 113 guint day : 6; member in struct:_GDate 123 GDate* g_date_new_dmy (GDateDay day, 135 gboolean g_date_valid_day (GDateDay day) G_GNUC_CONST; 140 gboolean g_date_valid_dmy (GDateDay day, 151 * that day, return 0. These are not ISO weeks of the year; that 154 * corrsponding day 184 GDateDay day); 188 GDateDay day, 202 /* If you add/sub months while day > 28, the day might change * [all...] |
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_time.cpp | 80 int DayIndexFromDate(int year, int month, int day) 87 if (month > 12 || month < 0 || year < 1 || day < 1 || day > 31) 93 day + 120 int year, mon, day, hour, min, sec; local 132 day = atoi(buf); 142 days[DayIndexFromDate(year, mon, day)], 144 day, hour, min, sec, year); 158 int mon = 0, day, hour, min, sec; local 169 day = atoi(*(ptr + 8) == ' ' ? (ptr + 9) : (ptr + 8)) [all...] |
/development/samples/WiktionarySimple/res/values/ |
strings.xml | 21 <string name="template_wotd_title">"Wiktionary:Word of the day/%s %s"</string> 26 <string name="widget_loading">Loading word\nof day\u2026</string>
|
/external/icu4c/samples/datecal/ |
cal.cpp | 35 printf("year: %d, month: %d (%d in the implementation), day: %d\n", 45 /* Add a day to the date */
|
ccal.c | 37 printf("year: %d, month: %d (%d in the implementation), day: %d\n", 46 /* Add a day to the date */
|
/external/icu4c/test/intltest/ |
calcasts.h | 8 * conversion between julian-day to fields and vice versa. 32 int32_t day; member in struct:CalendarCaseTest::TestCase
|
/packages/apps/Calendar/src/com/android/calendar/ |
Navigator.java | 42 * true if the new event should default to an all-day event. 43 * @return true if the new event should be an all-day event.
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
Date.java | 24 * format only deals with year, month and day values. There are no values for 41 * month and day. 51 * the day in the month. Must be in the range {@code [1,31]}. 59 * Creates a date which corresponds to the day determined by the supplied 66 * correspond to 00:00:00 GMT on the day determined by the supplied 156 * set based on the supplied time value and rounded to zero GMT for that day. 165 * elements finer than the day based on zero GMT 233 int day = Integer.parseInt(dateString.substring(secondIndex + 1, local 235 return new Date(year - 1900, month - 1, day); 242 * particular day [all...] |
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
Alarm.java | 220 * 0x00: no day 257 // every day 287 private boolean isSet(int day) { 288 return ((mDays & (1 << day)) > 0); 291 public void set(int day, boolean set) { 293 mDays |= (1 << day); 295 mDays &= ~(1 << day); 331 int day = 0; local 334 day = (today + dayCount) % 7; 335 if (isSet(day)) { [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
Alarm.java | 232 * 0x00: no day 269 // every day 299 private boolean isSet(int day) { 300 return ((mDays & (1 << day)) > 0); 303 public void set(int day, boolean set) { 305 mDays |= (1 << day); 307 mDays &= ~(1 << day); 343 int day = 0; local 346 day = (today + dayCount) % 7; 347 if (isSet(day)) { [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
date-format-tofte.js | 71 // Day of the month, 2 digits with leading zeros 76 // A textual representation of a day, three letters 114 // Day of the month without leading zeros 118 // A full textual representation of the day of the week 167 // English ordinal suffix for the day of the month, 2 characters 179 if (L()==1 && n()==2) return 29; // leap day 190 // if the day is three days before newyears eve, 199 // similarly, if the day is within threedays of newyears 209 // i call the function here again, using the last day 219 // first day of the year fell on a thursday, or earlier [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
date-format-tofte.js | 71 // Day of the month, 2 digits with leading zeros 76 // A textual representation of a day, three letters 114 // Day of the month without leading zeros 118 // A full textual representation of the day of the week 167 // English ordinal suffix for the day of the month, 2 characters 179 if (L()==1 && n()==2) return 29; // leap day 190 // if the day is three days before newyears eve, 199 // similarly, if the day is within threedays of newyears 209 // i call the function here again, using the last day 219 // first day of the year fell on a thursday, or earlier [all...] |