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

  /external/icu/icu4c/source/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.
954 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(VTimeZone)
956 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>
48 * Create a vzone instance by RFC2445 VTIMEZONE data
49 * @param vtzdata The string including VTIMEZONE data block
52 * @return A vzone initialized by the VTIMEZONE data or
53 * NULL if failed to load the rule from the VTIMEZONE data.
86 * created from VTIMEZONE data, the initial value is set by the TZURL
107 * was created from VTIMEZONE data, the initial value is set by the
126 * Writes RFC2445 VTIMEZONE data for this time zone
128 * @param result Output param to filled in with the VTIMEZONE data
    [all...]
tzgnames.cpp 657 || dynamic_cast<VTimeZone *>(tmptz) != NULL) {
    [all...]
calendar.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/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...]
timezone.h 108 * TimeZone subclasses: RuleBasedTimeZone, SimpleTimeZone, and VTimeZone.)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 32 import com.ibm.icu.util.VTimeZone;
430 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format, create a new
431 * VTimeZone from the VTIMEZONE data, then compare transitions
440 VTimeZone vtz_org = VTimeZone.create(tzids[i]);
443 VTimeZone vtz_new = null;
445 // Write out VTIMEZONE
451 // Read VTIMEZONE
454 vtz_new = VTimeZone.create(reader)
    [all...]
TimeZoneTest.java 39 import com.ibm.icu.util.VTimeZone;
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 774 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format, create a new
775 * VTimeZone from the VTIMEZONE data, then compare transitions
794 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid);
797 VTimeZone *vtz_new = NULL;
799 // Write out VTIMEZONE data
803 *tzid + " into VTIMEZONE format.");
805 // Read VTIMEZONE data
806 vtz_new = VTimeZone::createVTimeZone(vtzdata, status)
    [all...]
tzrulets.h 17 * Tests for TimeZoneRule, RuleBasedTimeZone and VTimeZone
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java 23 * <code>VTimeZone</code> is a class implementing RFC2445 VTIMEZONE. You can create a
24 * <code>VTimeZone</code> instance from a time zone ID supported by <code>TimeZone</code>.
25 * With the <code>VTimeZone</code> instance created from the ID, you can write out the rule
26 * in RFC2445 VTIMEZONE format. Also, you can create a <code>VTimeZone</code> instance
27 * from RFC2445 VTIMEZONE data stream, which allows you to calculate time
30 * Note: The consumer of this class reading or writing VTIMEZONE data is responsible to
31 * decode or encode Non-ASCII text. Methods reading/writing VTIMEZONE data in this class
36 public class VTimeZone extends BasicTimeZone
    [all...]
  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
ICalendar.java 37 * VTIMEZONE, VALARM).
  /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 519 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT)
525 BlockHash vtimezone = vcalendar.blocks.get(0); local
526 // It should be a VTIMEZONE for timeZone
527 assertEquals("VTIMEZONE", vtimezone.name);
528 assertEquals(timeZone.getID(), vtimezone.get("TZID"));
603 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT)
606 BlockHash vtimezone = vcalendar.blocks.get(0); local
607 // It should be a VTIMEZONE for timeZone
608 assertEquals("VTIMEZONE", vtimezone.name)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTest.java 40 import com.ibm.icu.util.VTimeZone;
186 VTimeZone[] vtzs = new VTimeZone[1];
187 vtzs[0] = VTimeZone.create("America/New_York");
701 map.put("com.ibm.icu.util.VTimeZone", new VTimeZoneHandler());
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
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 587 * Write out the STANDARD block of VTIMEZONE and end the VTIMEZONE
590 * @param offsetString the offset string in VTIMEZONE format (e.g. +0800)
601 writer.writeTag("END", "VTIMEZONE");
604 /** Write a VTIMEZONE block for a given TimeZone into a SimpleIcsWriter
616 writer.writeTag("BEGIN", "VTIMEZONE");
675 writer.writeTag("END", "VTIMEZONE");
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1-sources.jar 
  /external/icu/icu4j/
readme.html 584 <a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/VTimeZone.html">iCalendar VTIMEZONE formatting and parsing</a>,
    [all...]
  /external/messageformat/
readme.html 568 <a href="http://www.icu-project.org/apiref/icu4j/com/ibm/icu/util/VTimeZone.html">iCalendar VTIMEZONE formatting and parsing</a>,
    [all...]

Completed in 1614 milliseconds