HomeSort by relevance Sort by last modified time
    Searched refs:TIMEZONE (Results 1 - 12 of 12) sorted by null

  /external/icu4c/samples/datefmt/answers/
main_3.cpp 15 * If the ID supplied to TimeZone is not a valid system ID,
16 * TimeZone::createTimeZone() will return a GMT zone object. In order
20 TimeZone* createZone(const UnicodeString& id) {
22 TimeZone* zone = TimeZone::createTimeZone(id);
25 printf("Error: TimeZone::createTimeZone(");
38 TimeZone *zone;
51 static char* TIMEZONE[] = {
57 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0])
    [all...]
main_0.cpp 16 * If the ID supplied to TimeZone is not a valid system ID,
17 * TimeZone::createTimeZone() will return a GMT zone object. In order
21 TimeZone* createZone(const UnicodeString& id) {
23 TimeZone* zone = TimeZone::createTimeZone(id);
26 printf("Error: TimeZone::createTimeZone(");
48 static char* TIMEZONE[] = {
54 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]);
main_1.cpp 15 * If the ID supplied to TimeZone is not a valid system ID,
16 * TimeZone::createTimeZone() will return a GMT zone object. In order
20 TimeZone* createZone(const UnicodeString& id) {
22 TimeZone* zone = TimeZone::createTimeZone(id);
25 printf("Error: TimeZone::createTimeZone(");
47 static char* TIMEZONE[] = {
53 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]);
main_2.cpp 15 * If the ID supplied to TimeZone is not a valid system ID,
16 * TimeZone::createTimeZone() will return a GMT zone object. In order
20 TimeZone* createZone(const UnicodeString& id) {
22 TimeZone* zone = TimeZone::createTimeZone(id);
25 printf("Error: TimeZone::createTimeZone(");
38 TimeZone *zone;
51 static char* TIMEZONE[] = {
57 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0])
    [all...]
  /external/icu4c/samples/datefmt/
main.cpp 15 * If the ID supplied to TimeZone is not a valid system ID,
16 * TimeZone::createTimeZone() will return a GMT zone object. In order
20 TimeZone* createZone(const UnicodeString& id) {
22 TimeZone* zone = TimeZone::createTimeZone(id);
25 printf("Error: TimeZone::createTimeZone(");
38 TimeZone *zone;
51 static char* TIMEZONE[] = {
57 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0])
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 170 * @param timezone
174 protected void insertCalendar(String name, String timezone, String calendarUrl)
190 values.put(Calendar.Calendars.TIMEZONE, timezone);
232 // Constructor for normal events, using the default timezone
261 // Constructor for normal events, specifying the timezone
263 boolean allDay, String timezone) {
264 init(title, startDate, endDate, allDay, timezone);
268 boolean allDay, String timezone) {
272 time.timezone = Time.TIMEZONE_UTC
    [all...]
CalendarProvider2Test.java 41 import java.util.TimeZone;
426 // Constructor for normal events, using the default timezone
432 // Constructor for normal events, specifying the timezone
434 boolean allDay, String timezone) {
435 init(title, startDate, endDate, allDay, timezone);
439 boolean allDay, String timezone) {
443 time.timezone = Time.TIMEZONE_UTC;
444 } else if (timezone != null) {
445 time.timezone = timezone;
1031 String timezone = cursor.getString(6); local
    [all...]
  /frameworks/base/core/java/android/provider/
Calendar.java 119 * The timezone the calendar's events occurs in
122 public static final String TIMEZONE = "timezone";
447 * The timezone for the event.
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 43 import java.util.TimeZone;
231 "timezone TEXT," +
263 "eventTimezone TEXT," + // timezone for event
284 "dtstart2 INTEGER," + //millis since epoch, allDay events in local timezone
285 "dtend2 INTEGER," + //millis since epoch, allDay events in local timezone
286 "eventTimezone2 TEXT," + //timezone for event with allDay events in local timezone
440 // Set the default timezone database version
449 // Define the default timezone type for Instances timezone managemen
651 String timezone; local
    [all...]
CalendarProvider2.java 66 import java.util.TimeZone;
156 // The extended property name for storing an Event original Timezone.
278 * just crossed into a new timezone and might have just missed an alarm.
284 * table. This should be at least a day because if the timezone is
326 * Listens for timezone changes and disk-no-longer-full events
426 * This creates a background thread to check the timezone and update
427 * the timezone dependent fields in the Instances table if the timezone
463 String localTimezone = TimeZone.getDefault().getID();
468 * This method runs in a background thread. If the timezone db or timezone has change
2419 String timezone = values.getAsString(Events.EVENT_TIMEZONE); local
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 61 import java.util.TimeZone;
112 // TimeZone cache; we parse/decode as little as possible, because the process is quite slow
113 private static HashMap<String, TimeZone> sTimeZoneCache = new HashMap<String, TimeZone>();
115 private static HashMap<TimeZone, String> sTziStringCache = new HashMap<TimeZone, String>();
117 private static final TimeZone UTC_TIMEZONE = TimeZone.getTimeZone("UTC");
130 static final TimeZone sGmtTimeZone = TimeZone.getTimeZone("GMT")
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 95 milliseconds