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

  /external/icu/icu4c/source/i18n/
vzone.h 88 * Gets the RFC2445 TZURL property value. When a vzone instance was
89 * created from VTIMEZONE data, the initial value is set by the TZURL
92 * @param url Receives the RFC2445 TZURL property value.
94 * @return TRUE if TZURL attribute is available and value is set.
100 * Sets the RFC2445 TZURL property value.
102 * @param url The TZURL property value.
vtzone.cpp 58 static const UChar ICAL_TZURL[] = {0x54, 0x5A, 0x55, 0x52, 0x4C, 0}; /* "TZURL" */
965 tzurl(source.tzurl), lastmod(source.lastmod),
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
vtzone.h 116 * Gets the RFC2445 TZURL property value. When a <code>VTimeZone</code> instance was
117 * created from VTIMEZONE data, the initial value is set by the TZURL property value
119 * @param url Receives the RFC2445 TZURL property value.
120 * @return TRUE if TZURL attribute is available and value is set.
126 * Sets the RFC2445 TZURL property value.
127 * @param url The TZURL property value.
419 UnicodeString tzurl; member in class:VTimeZone
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 623 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format with RFC2445 header TZURL and
629 String tzurl = "http://source.icu-project.org"; local
633 vtz.setTZURL(tzurl);
651 // Check if TZURL and LAST-MODIFIED headers are preserved
652 if (!(tzurl.equals(newvtz1.getTZURL()))) {
653 errln("FAIL: TZURL property is not preserved during the roundtrip conversion. Before:"
654 + tzurl + "/After:" + newvtz1.getTZURL());
667 // Set different tzurl
682 // Check if TZURL and LAST-MODIFIED headers are preserved
684 errln("FAIL: TZURL property is not preserved during the second roundtrip conversion. Before:
1184 String tzurl = vtz.getTZURL(); local
    [all...]
TimeZoneTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 622 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format with RFC2445 header TZURL and
628 String tzurl = "http://source.icu-project.org"; local
632 vtz.setTZURL(tzurl);
650 // Check if TZURL and LAST-MODIFIED headers are preserved
651 if (!(tzurl.equals(newvtz1.getTZURL()))) {
652 errln("FAIL: TZURL property is not preserved during the roundtrip conversion. Before:"
653 + tzurl + "/After:" + newvtz1.getTZURL());
666 // Set different tzurl
681 // Check if TZURL and LAST-MODIFIED headers are preserved
683 errln("FAIL: TZURL property is not preserved during the second roundtrip conversion. Before:
1183 String tzurl = vtz.getTZURL(); local
    [all...]
TimeZoneTest.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java 164 * Gets the RFC2445 TZURL property value. When a <code>VTimeZone</code> instance was created from
165 * VTIMEZONE data, the value is set by the TZURL property value in the data. Otherwise,
168 * @return The RFC2445 TZURL property value
171 return tzurl;
175 * Sets the RFC2445 TZURL property value.
177 * @param url The TZURL property value.
183 tzurl = url;
220 if (tzurl != null) {
223 bw.write(tzurl);
369 private String tzurl = null field in class:VTimeZone
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java 175 * Gets the RFC2445 TZURL property value. When a <code>VTimeZone</code> instance was created from
176 * VTIMEZONE data, the value is set by the TZURL property value in the data. Otherwise,
179 * @return The RFC2445 TZURL property value
184 return tzurl;
188 * Sets the RFC2445 TZURL property value.
190 * @param url The TZURL property value.
198 tzurl = url;
241 if (tzurl != null) {
244 bw.write(tzurl);
400 private String tzurl = null field in class:VTimeZone
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 1043 UnicodeString tzurl; local
    [all...]

Completed in 1305 milliseconds