HomeSort by relevance Sort by last modified time
    Searched full:vtimezone (Results 1 - 14 of 14) sorted by null

  /external/icu4c/i18n/
vzone.cpp 10 * \brief C API: VTimeZone classes
29 return (VZone*) (VTimeZone::createVTimeZoneByID(s));
35 return (VZone*) (VTimeZone::createVTimeZone(s,status));
40 delete (VTimeZone*)zone;
45 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone());
50 return *(const VTimeZone*)zone1 == *(const VTimeZone*)zone2;
56 UBool b = ((VTimeZone*)zone)->VTimeZone::getTZURL(s)
    [all...]
vtzone.cpp 33 // Smybol characters used by RFC2445 VTIMEZONE
41 // RFC2445 VTIMEZONE tokens
42 static const UChar ICAL_BEGIN_VTIMEZONE[] = {0x42, 0x45, 0x47, 0x49, 0x4E, 0x3A, 0x56, 0x54, 0x49, 0x4D, 0x45, 0x5A, 0x4F, 0x4E, 0x45, 0}; /* "BEGIN:VTIMEZONE" */
43 static const UChar ICAL_END_VTIMEZONE[] = {0x45, 0x4E, 0x44, 0x3A, 0x56, 0x54, 0x49, 0x4D, 0x45, 0x5A, 0x4F, 0x4E, 0x45, 0}; /* "END:VTIMEZONE" */
46 static const UChar ICAL_VTIMEZONE[] = {0x56, 0x54, 0x49, 0x4D, 0x45, 0x5A, 0x4F, 0x4E, 0x45, 0}; /* "VTIMEZONE" */
432 // VTIMEZONE property.
442 // VTIMEZONE property. We do not support the case.
948 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(VTimeZone)
950 VTimeZone::VTimeZone()
    [all...]
vzone.h 10 * \brief C API: RFC2445 VTIMEZONE support
12 * <p>This is a C wrapper around the C++ VTimeZone class.</p>
50 * Create a vzone instance by RFC2445 VTIMEZONE data
51 * @param vtzdata The string including VTIMEZONE data block
54 * @return A vzone initialized by the VTIMEZONE data or
55 * NULL if failed to load the rule from the VTIMEZONE data.
92 * created from VTIMEZONE data, the initial value is set by the TZURL
115 * was created from VTIMEZONE data, the initial value is set by the
136 * Writes RFC2445 VTIMEZONE data for this time zone
138 * @param result Output param to filled in with the VTIMEZONE data
    [all...]
zstrfmt.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/unicode/
vtzone.h 14 * \brief C++ API: RFC2445 VTIMEZONE support
28 * <code>VTimeZone</code> is a class implementing RFC2445 VTIMEZONE. You can create a
29 * <code>VTimeZone</code> instance from a time zone ID supported by <code>TimeZone</code>.
30 * With the <code>VTimeZone</code> instance created from the ID, you can write out the rule
31 * in RFC2445 VTIMEZONE format. Also, you can create a <code>VTimeZone</code> instance
32 * from RFC2445 VTIMEZONE data stream, which allows you to calculate time
34 * <code>VTimeZone</code> from any other ICU <code>BasicTimeZone</code>.
36 * Note: The consumer of this class reading or writing VTIMEZONE data is responsible t
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 775 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format, create a new
776 * VTimeZone from the VTIMEZONE data, then compare transitions
795 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid);
798 VTimeZone *vtz_new = NULL;
800 // Write out VTIMEZONE data
804 *tzid + " into VTIMEZONE format.");
806 // Read VTIMEZONE data
807 vtz_new = VTimeZone::createVTimeZone(vtzdata, status)
    [all...]
tzrulets.h 17 * Tests for TimeZoneRule, RuleBasedTimeZone and VTimeZone
  /packages/providers/CalendarProvider/
maketests.py 47 if line == "BEGIN:VTIMEZONE":
51 if line == "END:VTIMEZONE":
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 497 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT)
503 BlockHash vtimezone = vcalendar.blocks.get(0); local
504 // It should be a VTIMEZONE for timeZone
505 assertEquals("VTIMEZONE", vtimezone.name);
506 assertEquals(timeZone.getID(), vtimezone.get("TZID"));
581 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT)
584 BlockHash vtimezone = vcalendar.blocks.get(0); local
585 // It should be a VTIMEZONE for timeZone
586 assertEquals("VTIMEZONE", vtimezone.name)
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
ICalendar.java 34 // TODO: keep track of VEVENT, VTODO, VJOURNAL, VFREEBUSY, VTIMEZONE, VALARM
57 * VTIMEZONE, VALARM).
70 public static final String VTIMEZONE = "VTIMEZONE";
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 573 * Write out the STANDARD block of VTIMEZONE and end the VTIMEZONE
576 * @param offsetString the offset string in VTIMEZONE format (e.g. +0800)
587 writer.writeTag("END", "VTIMEZONE");
590 /** Write a VTIMEZONE block for a given TimeZone into a SimpleIcsWriter
602 writer.writeTag("BEGIN", "VTIMEZONE");
661 writer.writeTag("END", "VTIMEZONE");
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/icu4c/
APIChangeReport.html     [all...]

Completed in 4132 milliseconds