HomeSort by relevance Sort by last modified time
    Searched refs:calendar (Results 101 - 125 of 505) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
ChineseTestCase.java 8 package android.icu.dev.test.calendar;
11 import android.icu.util.Calendar;
17 * the corresponding fields for the calendar being tested.
19 * @param era the ERA field of tested calendar on the given Julian
21 * @param year the YEAR field of tested calendar on the given
23 * @param month the MONTH (1-based) field of tested calendar on
26 * @param dayOfMonth the DAY_OF_MONTH field of tested calendar on the
28 * @param dayOfWeek the DAY_OF_WEEK field of tested calendar on given
37 set(Calendar.ERA, era);
38 set(Calendar.YEAR, year)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
ChineseTestCase.java 7 package com.ibm.icu.dev.test.calendar;
10 import com.ibm.icu.util.Calendar;
16 * the corresponding fields for the calendar being tested.
18 * @param era the ERA field of tested calendar on the given Julian
20 * @param year the YEAR field of tested calendar on the given
22 * @param month the MONTH (1-based) field of tested calendar on
25 * @param dayOfMonth the DAY_OF_MONTH field of tested calendar on the
27 * @param dayOfWeek the DAY_OF_WEEK field of tested calendar on given
36 set(Calendar.ERA, era);
37 set(Calendar.YEAR, year)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 47 * @return an integer with the calendar content for wkday.
56 return Calendar.MONDAY;
58 return Calendar.TUESDAY;
60 return Calendar.WEDNESDAY;
62 return Calendar.THURSDAY;
64 return Calendar.FRIDAY;
66 return Calendar.SATURDAY;
68 return Calendar.SUNDAY;
81 protected Calendar date() throws ParseException {
83 Calendar retval = Calendar.getInstance(TimeZone.getTimeZone("GMT"))
    [all...]
  /libcore/ojluni/src/main/java/sun/util/calendar/
Gregorian.java 26 package sun.util.calendar;
31 * Gregorian calendar implementation.
  /packages/apps/Calendar/src/com/android/calendar/
CalendarBackupAgent.java 17 package com.android.calendar;
  /packages/apps/Calendar/src/com/android/calendar/alerts/
InitAlarmsService.java 17 package com.android.calendar.alerts;
56 // Unknown URI content://com.android.calendar/schedule_alarms_remove
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
WeekButton.java 17 package com.android.calendar.recurrencepicker;
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
MockAlarmManager.java 17 package com.android.calendar.alerts;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderBroadcastReceiver.java 17 package com.android.providers.calendar;
CalendarProviderIntentService.java 16 package com.android.providers.calendar;
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLX509CRL.java 38 import java.util.Calendar;
259 Calendar calendar = Calendar.getInstance(TimeZone.getTimeZone("UTC")); local
260 calendar.set(Calendar.MILLISECOND, 0);
262 calendar); local
263 return calendar.getTime();
268 Calendar calendar = Calendar.getInstance(TimeZone.getTimeZone("UTC")) local
271 calendar); local
    [all...]
  /external/icu/icu4c/source/samples/
readme.txt 9 cal - prints out a calendar.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTimeFactory.java 12 import java.util.Calendar;
21 * A factory to create <code>XMPDateTime</code>-instances from a <code>Calendar</code> or an
41 * Creates an <code>XMPDateTime</code> from a <code>Calendar</code>-object.
43 * @param calendar a <code>Calendar</code>-object.
46 public static XMPDateTime createFromCalendar(Calendar calendar)
48 return new XMPDateTimeImpl(calendar);
56 * <em>Note:</em> Remember that the month in {@link Calendar} is defined from 0 to 11.
113 Calendar cal = dateTime.getCalendar()
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
CreateEventDialogFragment.java 16 package com.android.calendar.event;
42 import com.android.calendar.AsyncQueryService;
43 import com.android.calendar.CalendarController;
44 import com.android.calendar.CalendarController.EventType;
45 import com.android.calendar.CalendarEventModel;
46 import com.android.calendar.GeneralPreferences;
47 import com.android.calendar.R;
48 import com.android.calendar.Utils;
52 * Allows the user to quickly create a new all-day event from the calendar's month view.
237 // Find the calendar position in the cursor that matches calendar i
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorCache.java 17 package com.android.calendar.selectcalendars;
23 import com.android.calendar.AsyncQueryService;
29 * of the accounts which contain optional calendar colors, and thus should allow for the
30 * user to choose calendar colors.
46 * Interface which provides callback after provider query of calendar colors.
51 * Callback after the set of accounts with additional calendar colors are loaded.
89 * Does a set lookup to determine if a specified account has more optional calendar colors.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java 27 import android.icu.util.Calendar;
44 * conventions for months, days of the week, or even the calendar format: lunar vs. solar. It provides many class
108 * <li>For those non-digit calendar fields, the pattern letter length is important, such as MMM, MMMM, and MMMMM; E and
110 * <li>For the digit calendar fields, such as M or MM, d or dd, yy or yyyy, the field pattern length is ignored and the
137 * @see android.icu.util.Calendar
145 * The calendar that <code>DateFormat</code> uses to produce the time field
147 * initialize this to a calendar appropriate for the locale associated with
151 protected Calendar calendar; field in class:DateFormat
163 * corresponding to the {@link Calendar#ERA} field
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java 26 import com.ibm.icu.util.Calendar;
43 * conventions for months, days of the week, or even the calendar format: lunar vs. solar. It provides many class
107 * <li>For those non-digit calendar fields, the pattern letter length is important, such as MMM, MMMM, and MMMMM; E and
109 * <li>For the digit calendar fields, such as M or MM, d or dd, yy or yyyy, the field pattern length is ignored and the
136 * @see com.ibm.icu.util.Calendar
145 * The calendar that <code>DateFormat</code> uses to produce the time field
147 * initialize this to a calendar appropriate for the locale associated with
152 protected Calendar calendar; field in class:DateFormat
165 * corresponding to the {@link Calendar#ERA} field
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strftime.py 5 import calendar namespace
90 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'),
91 ('%A', calendar.day_name[now[6]], 'full weekday name'),
92 ('%b', calendar.month_abbr[now[1]], 'abbreviated month name'),
93 ('%B', calendar.month_name[now[1]], 'full month name'),
145 ('%h', calendar.month_abbr[now[1]], 'abbreviated month name'),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strftime.py 5 import calendar namespace
90 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'),
91 ('%A', calendar.day_name[now[6]], 'full weekday name'),
92 ('%b', calendar.month_abbr[now[1]], 'abbreviated month name'),
93 ('%B', calendar.month_name[now[1]], 'full month name'),
145 ('%h', calendar.month_abbr[now[1]], 'abbreviated month name'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strftime.py 5 import calendar namespace
90 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'),
91 ('%A', calendar.day_name[now[6]], 'full weekday name'),
92 ('%b', calendar.month_abbr[now[1]], 'abbreviated month name'),
93 ('%B', calendar.month_name[now[1]], 'full month name'),
145 ('%h', calendar.month_abbr[now[1]], 'abbreviated month name'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strftime.py 5 import calendar namespace
90 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'),
91 ('%A', calendar.day_name[now[6]], 'full weekday name'),
92 ('%b', calendar.month_abbr[now[1]], 'abbreviated month name'),
93 ('%B', calendar.month_name[now[1]], 'full month name'),
145 ('%h', calendar.month_abbr[now[1]], 'abbreviated month name'),
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 17 package com.android.calendar.agenda;
37 import com.android.calendar.CalendarController;
38 import com.android.calendar.CalendarController.EventInfo;
39 import com.android.calendar.CalendarController.EventType;
40 import com.android.calendar.CalendarController.ViewType;
41 import com.android.calendar.EventInfoFragment;
42 import com.android.calendar.GeneralPreferences;
43 import com.android.calendar.R;
44 import com.android.calendar.StickyHeaderListView;
45 import com.android.calendar.Utils
    [all...]
AgendaListView.java 17 package com.android.calendar.agenda;
19 import com.android.calendar.CalendarController;
20 import com.android.calendar.CalendarController.EventType;
21 import com.android.calendar.DeleteEventHelper;
22 import com.android.calendar.R;
23 import com.android.calendar.Utils;
24 import com.android.calendar.agenda.AgendaAdapter.ViewHolder;
25 import com.android.calendar.agenda.AgendaWindowAdapter.DayAdapterInfo;
26 import com.android.calendar.agenda.AgendaWindowAdapter.AgendaItem;
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 135 GregorianCalendar *cal = (GregorianCalendar*)Calendar::createInstance(status);
137 dataerrln("Error creating Calendar: %s", u_errorName(status));
141 failure(status, "Calendar::createInstance(status)");
160 dataerrln("Error creating Calendar: %s", u_errorName(status));
183 dataerrln("Error creating Calendar: %s", u_errorName(status));
208 dataerrln("Error creating Calendar: %s", u_errorName(status));
333 Calendar *calendar = new GregorianCalendar(pdt, status); local
338 calendar->set(UCAL_MONTH,3);
339 calendar->set(UCAL_DATE,18)
1538 GregorianCalendar *calendar = new GregorianCalendar(status); local
1572 GregorianCalendar *calendar = new GregorianCalendar(status); local
1611 GregorianCalendar *calendar = new GregorianCalendar(status); local
1642 GregorianCalendar *calendar = new GregorianCalendar(status); local
1696 GregorianCalendar *calendar = new GregorianCalendar(zones[i], status); local
1800 GregorianCalendar *calendar = new GregorianCalendar(1996, UCAL_FEBRUARY, 29, status); local
1855 GregorianCalendar *calendar = new GregorianCalendar(Locale::getUS(), status); local
1922 GregorianCalendar *calendar = calendars[j]; local
    [all...]
  /external/icu/icu4c/source/i18n/
indiancal.cpp 36 Calendar* IndianCalendar::clone() const {
41 : Calendar(TimeZone::createDefault(), aLocale, success)
46 IndianCalendar::IndianCalendar(const IndianCalendar& other) : Calendar(other) {
101 // Calendar framework
108 * @param month The month(0-based) in Indian calendar
235 * Return JD of start of given month/year of Indian Calendar
236 * @param eyear The year in Indian Calendar measured from Saka Era (78 AD).
237 * @param month The month in Indian calendar
277 * Override Calendar to compute several fields specific to the Indian
278 * calendar system. These are
    [all...]

Completed in 979 milliseconds

1 2 3 45 6 7 8 91011>>