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

<<11121314151617181920>>

  /external/icu4c/i18n/
astro.h 357 * @param jdn the desired time, expressed as a "julian day number",
359 * 1/1/4713 BC (Julian), 12:00 GMT. Note that julian day
382 * expressed as a "julian day number", which is the number of elapsed
540 * computation can flop over into an adjacent day if this object
734 * Cache of month -> julian day
dtitvfmt.cpp 520 * 1) when the year, month, or day differs, concatenate the two original
610 // TODO: if user asks "m"(minute), but "d"(day) differ
653 * 1) when the year, month, or day differs,
659 * 1) when the year, month, or day differs,
890 // but not date interval patterns ( when year, month, day differ ).
891 // For year/month/day differ, it falls back to fall-back pattern.
    [all...]
olsontz.h 167 int32_t day, uint8_t dayOfWeek,
174 int32_t day, uint8_t dayOfWeek,
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 105 * TODO: rainy day tests of all kinds
206 * Sunny day test of adding attachments from an IMAP/POP message.
296 * Sunny day test of adding attachments in "local account upgrade" mode
465 * TODO: Sunny day test of adding attachments from a POP message.
469 * Sunny day tests of converting an original message to a legacy message
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp 500 * Test the handling of the day of the week, checking for correctness and
529 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range");
530 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow);
603 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
654 * results in the first WOY/DOW day of the year satisfying the
696 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day)
705 d == day) {
711 errln("FAIL: " + msg + dateToString(c->getTime(status), str) + "; expected " + (int32_t)year + "/" + (int32_t)(month + 1) + "/" + (int32_t)day +
1373 int32_t day = cal.get(UCAL_DATE, status); local
    [all...]
callimts.cpp 210 // Day of year
237 // Day of week in month
tsdate.cpp 127 // Shift 6 months into the future, AT THE SAME TIME OF DAY.
  /external/icu4c/test/cintltst/
cbiditst.c 622 "day 0 R DPDHRVR dayabbr",
623 "day 1 H DPHPDHDA dayabbr",
624 "day 2 L DPBLENDA dayabbr",
625 "day 3 J DPJQVM dayabbr",
626 "day 4 I DPIQNF dayabbr",
627 "day 5 M DPMEG dayabbr",
636 "day 0 RVRHDPD R dayabbr",
637 "day 1 ADHDPHPD H dayabbr",
638 "day 2 ADNELBPD L dayabbr",
639 "day 3 MVQJPD J dayabbr"
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 322 "startDay INTEGER," + // Julian start day
323 "endDay INTEGER," + // Julian end day
676 // If duration was missing assume a 1 day duration
736 // Copy over all the data that isn't an all day event.
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 219 "A man may weep upon his wedding-day.",
276 "This day should Clarence closely be mew'd up," +
List6.java 233 "A man may weep upon his wedding-day.",
290 "This day should Clarence closely be mew'd up," +
  /external/bison/
TODO 102 output. Some day we should consider including them. One issue is
282 The other day I had the need for explicitly building the parse tree. I
  /external/icu4c/test/testdata/
calendar.txt 26 // "0/1/1912/june/4 == gregorian year=1912, ERA=AD, same month, same day
43 // [before minguo]2 1[month] 24[day] -> 1910-1-24
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-1.js 74 var DAY = 12;
255 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.8-1.js 70 var DAY = 12;
280 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.8-2.js 70 var DAY = 12;
255 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
  /external/webkit/WebKitTools/simplejson/
encoder.py 138 that JSON serializations can be compared on a day-to-day basis.
  /frameworks/base/core/java/android/pim/
RecurrenceSet.java 278 // make sure the time is printed just as a date, if all day.
337 // make sure the time is printed just as a date, if all day.
  /packages/apps/AlarmClock/src/com/android/alarmclock/
Alarms.java 484 // if alarm is behind current time, advance one day
515 * Shows day and time -- used for lock screen
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 126 if ((val = xrp.getAttributeValue(null, "day")) != null)
538 // Draw day
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 298 int day = Integer.parseInt(m.group(2)); local
306 cal.set(cal.get(Calendar.YEAR), month-1, day, hours, minutes, seconds); local
  /dalvik/libcore/luni/src/main/java/java/util/
Random.java 60 * on the current time of day in milliseconds.</p>
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 50 * Regular expression that splits "Word of the day" entry into word
  /external/dnsmasq/src/
config.h 106 May replace this with Autoconf one day.
  /external/kernel-headers/original/linux/
telephony.h 104 char day[3]; member in struct:__anon3240

Completed in 80 milliseconds

<<11121314151617181920>>