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

  /external/icu4c/i18n/
vzone.cpp 10 * \brief C API: VTimeZone classes
27 return (VZone*) (VTimeZone::createVTimeZoneByID(s));
33 return (VZone*) (VTimeZone::createVTimeZone(s,status));
38 delete (VTimeZone*)zone;
43 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone());
48 return *(const VTimeZone*)zone1 == *(const VTimeZone*)zone2;
54 UBool b = ((VTimeZone*)zone)->VTimeZone::getTZURL(s)
    [all...]
vtzone.cpp 31 // Smybol characters used by RFC2445 VTIMEZONE
39 // RFC2445 VTIMEZONE tokens
40 static const UChar ICAL_BEGIN_VTIMEZONE[] = {0x42, 0x45, 0x47, 0x49, 0x4E, 0x3A, 0x56, 0x54, 0x49, 0x4D, 0x45, 0x5A, 0x4F, 0x4E, 0x45, 0}; /* "BEGIN:VTIMEZONE" */
41 static const UChar ICAL_END_VTIMEZONE[] = {0x45, 0x4E, 0x44, 0x3A, 0x56, 0x54, 0x49, 0x4D, 0x45, 0x5A, 0x4F, 0x4E, 0x45, 0}; /* "END:VTIMEZONE" */
44 static const UChar ICAL_VTIMEZONE[] = {0x56, 0x54, 0x49, 0x4D, 0x45, 0x5A, 0x4F, 0x4E, 0x45, 0}; /* "VTIMEZONE" */
430 // VTIMEZONE property.
440 // VTIMEZONE property. We do not support the case.
946 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(VTimeZone)
948 VTimeZone::VTimeZone()
    [all...]
zstrfmt.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/chromium/third_party/icu/public/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 * Note: The consumer of this class reading or writing VTIMEZONE data is responsible to
35 * decode or encode Non-ASCII text. Methods reading/writing VTIMEZONE data in this clas
    [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 * Note: The consumer of this class reading or writing VTIMEZONE data is responsible to
35 * decode or encode Non-ASCII text. Methods reading/writing VTIMEZONE data in this clas
    [all...]
  /external/chromium/third_party/icu/source/i18n/
vtzone.cpp 31 // Smybol characters used by RFC2445 VTIMEZONE
39 // RFC2445 VTIMEZONE tokens
40 static const UChar ICAL_BEGIN_VTIMEZONE[] = {0x42, 0x45, 0x47, 0x49, 0x4E, 0x3A, 0x56, 0x54, 0x49, 0x4D, 0x45, 0x5A, 0x4F, 0x4E, 0x45, 0}; /* "BEGIN:VTIMEZONE" */
41 static const UChar ICAL_END_VTIMEZONE[] = {0x45, 0x4E, 0x44, 0x3A, 0x56, 0x54, 0x49, 0x4D, 0x45, 0x5A, 0x4F, 0x4E, 0x45, 0}; /* "END:VTIMEZONE" */
44 static const UChar ICAL_VTIMEZONE[] = {0x56, 0x54, 0x49, 0x4D, 0x45, 0x5A, 0x4F, 0x4E, 0x45, 0}; /* "VTIMEZONE" */
430 // VTIMEZONE property.
440 // VTIMEZONE property. We do not support the case.
946 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(VTimeZone)
948 VTimeZone::VTimeZone()
    [all...]
zstrfmt.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzrulets.cpp 759 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format, create a new
760 * VTimeZone from the VTIMEZONE data, then compare transitions
785 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid);
788 VTimeZone *vtz_new = NULL;
790 // Write out VTIMEZONE data
794 *tzid + " into VTIMEZONE format.");
796 // Read VTIMEZONE data
797 vtz_new = VTimeZone::createVTimeZone(vtzdata, status)
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 770 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format, create a new
771 * VTimeZone from the VTIMEZONE data, then compare transitions
796 VTimeZone *vtz_org = VTimeZone::createVTimeZoneByID(*tzid);
799 VTimeZone *vtz_new = NULL;
801 // Write out VTIMEZONE data
805 *tzid + " into VTIMEZONE format.");
807 // Read VTIMEZONE data
808 vtz_new = VTimeZone::createVTimeZone(vtzdata, status)
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]

Completed in 926 milliseconds