/external/icu/icu4c/source/i18n/ |
vzone.h | 85 * Gets the RFC2445 TZURL property value. When a vzone instance was 86 * created from VTIMEZONE data, the initial value is set by the TZURL 89 * @param url Receives the RFC2445 TZURL property value. 91 * @return TRUE if TZURL attribute is available and value is set. 97 * Sets the RFC2445 TZURL property value. 99 * @param url The TZURL property value.
|
vtzone.cpp | 56 static const UChar ICAL_TZURL[] = {0x54, 0x5A, 0x55, 0x52, 0x4C, 0}; /* "TZURL" */ 963 tzurl(source.tzurl), lastmod(source.lastmod), [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
vtzone.h | 114 * Gets the RFC2445 TZURL property value. When a <code>VTimeZone</code> instance was 115 * created from VTIMEZONE data, the initial value is set by the TZURL property value 117 * @param url Receives the RFC2445 TZURL property value. 118 * @return TRUE if TZURL attribute is available and value is set. 124 * Sets the RFC2445 TZURL property value. 125 * @param url The TZURL property value. 417 UnicodeString tzurl; member in class:VTimeZone
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneRuleTest.java | 614 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format with RFC2445 header TZURL and 619 String tzurl = "http://source.icu-project.org"; local 623 vtz.setTZURL(tzurl); 641 // Check if TZURL and LAST-MODIFIED headers are preserved 642 if (!(tzurl.equals(newvtz1.getTZURL()))) { 643 errln("FAIL: TZURL property is not preserved during the roundtrip conversion. Before:" 644 + tzurl + "/After:" + newvtz1.getTZURL()); 657 // Set different tzurl 672 // Check if TZURL and LAST-MODIFIED headers are preserved 674 errln("FAIL: TZURL property is not preserved during the second roundtrip conversion. Before: 1170 String tzurl = vtz.getTZURL(); local [all...] |
TimeZoneTest.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
VTimeZone.java | 169 * Gets the RFC2445 TZURL property value. When a <code>VTimeZone</code> instance was created from 170 * VTIMEZONE data, the value is set by the TZURL property value in the data. Otherwise, 173 * @return The RFC2445 TZURL property value 178 return tzurl; 182 * Sets the RFC2445 TZURL property value. 184 * @param url The TZURL property value. 192 tzurl = url; 235 if (tzurl != null) { 238 bw.write(tzurl); 394 private String tzurl = null field in class:VTimeZone [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzrulets.cpp | 1041 UnicodeString tzurl; local [all...] |