HomeSort by relevance Sort by last modified time
    Searched full:day (Results 301 - 325 of 800) sorted by null

<<11121314151617181920>>

  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarDatabaseHelperTest.java 109 // existence of an rrule so it doesn't matter if the day is correct)
116 // April 5th midnight with 1 day duration, if only dtend was wrong we wouldn't fix it, but
  /external/icu4c/i18n/
islamcal.cpp 192 * Return the day # on which the given year starts. Days are counted
204 * Return the day # on which the given month starts. Days are counted
220 * Find the day number on which a particular month of the true/lunar
225 * @return The day number on which the given month starts.
390 * calendar equivalents for the given Julian day.
433 // Now figure out the day of the year.
persncal.h 174 * Return the day # on which the given year starts. Days are counted
180 * Return the day # on which the given month starts. Days are counted
244 * calendar equivalents for the given Julian day.
  /dalvik/libcore/text/src/main/java/java/text/
SimpleDateFormat.java 87 * <td>day in month</td>
99 * <td>hour in day (0&tilde;23)</td>
123 * <td>day of week</td>
129 * <td>day in year</td>
135 * <td>day of week in month</td>
159 * <td>hour in day (1&tilde;24)</td>
300 * The calendar defines the first day of the week, the first week of the year,
849 int day = calendar.get(Calendar.DAY_OF_WEEK); local
851 buffer.append(formatData.shortWeekdays[day]);
853 buffer.append(formatData.weekdays[day]);
    [all...]
  /external/icu4c/i18n/unicode/
timezone.h 408 * @param day The reference date's day-in-month (1-based)
409 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
410 * @param millis The reference date's milliseconds in day, local standard time
415 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
430 * @param day the day-in-month of the given date.
431 * @param dayOfWeek the day-of-week of the given date.
432 * @param milliseconds the millis in day in <em>standard</em> local time.
438 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
    [all...]
dtitvfmt.h 96 * year, month, date, day-of-week, am-pm, hour, hour-of-day, and minute.
98 * year > month > date > hour (in day) > minute
122 * If the largest different calendar field between date1 and date2 is "day",
143 * when the year, month, or day differs, falls back to fall-back
259 * "EEE, d - EEE, d MMM, yyyy" for day differs,
676 * 1) when the year, month, or day differs, concatenate the two original
    [all...]
udat.h 447 * This displays the stand alone day name, if available.
645 * the day of the week.
657 * the day of the week.
670 * for example the day number.
682 * for example the day number.
832 * for example month or day names.
872 * for example month or day names.
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 347 if (-1 == drm_checkDate(curDateTime.year, curDateTime.month, curDateTime.day,
351 YMD_HMS_2_INT(curDateTime.year, curDateTime.month, curDateTime.day,
390 int32_t year, mon, day, hour, min, sec, date, time; local
403 INT_2_YMD_HMS(year, mon, day, date, hour, min, sec, time);
414 day += hour / 24;
417 if (day > 31) {
418 mon += day / 31;
419 day %= 31;
425 if (day > (ret = drm_monthDays(year, mon))) {
426 day -= ret
    [all...]
  /external/stlport/src/
time_facets.cpp 32 // default "C" values for month and day names
181 /* The number of days from the first day of the first ISO week of this
182 year to the year day YDAY with week day WDAY. ISO weeks start on
341 // same as 'd', the day
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
ExternalMessages.properties 174 K00e6=day of month\: {0}
175 K00e7=day of week\: {0}
191 K00f8=day of week in month\: {0}
  /external/wpa_supplicant/
os.h 59 * @day: Day of month (1 .. 31)
70 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 59 * @day: Day of month (1 .. 31)
70 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /packages/apps/Email/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 317 * All-day recurring events MUST have a DURATION that is in the form P<n>D
319 * All-day events MUST have hour, minute, and second = 0; in addition, they must have
321 * Also, exceptions to all-day events need to have an ORIGINAL_INSTANCE_TIME that has
326 * @param allDayEvent whether this is an all day event (1) or not (0)
333 // so we'll default to 30 minutes; this will be superceded if this is an all-day event
336 // If this is an all-day event, set hour, minute, and second to zero, and use UTC
345 // If this is an exception, and the original was an all-day event, make sure the
363 // For recurring events, set DURATION. Use P<n>D format for all day events
455 // this an all-day event in the local time zone (this is what OWA does)
458 userLog("All-day event arrived in: " + timeZone.getID())
    [all...]
  /external/icu4c/test/intltest/
incaltst.cpp 269 4, // day
275 12, // day
320 4, // day
326 12, // day
332 12, // day
537 * day to infinite past time). The bug was fixed and DST is no longer used for time before
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 440 public void onDateChanged(DatePicker view, int year, int month, int day) {
442 super.onDateChanged(view, year, month, day);
  /external/icu4c/samples/ufortune/resources/
root.txt 188 "A day for firm decisions!!!!! Or is it?",
190 "A day without sunshine is like night.",
  /external/stlport/test/unit/
time_facets_test.cpp 64 ++i; ++i; ++i; ++i; // skip day of month and spaces around it
147 ++i; ++i; ++i; ++i; // skip day of month and spaces around it
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-2.js 74 var DAY = 12;
213 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.1-3.js 74 var DAY = 12;
191 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.2-1.js 69 var DAY = 12;
222 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.2-2.js 69 var DAY = 12;
200 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.2-3.js 69 var DAY = 12;
186 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.8-3.js 70 var DAY = 12;
233 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.8-4.js 70 var DAY = 12;
202 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.4.2.js 79 var DAY = 12;
193 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );

Completed in 359 milliseconds

<<11121314151617181920>>