/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 | 628 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format with RFC2445 header TZURL and 634 String tzurl = "http://source.icu-project.org"; local 638 vtz.setTZURL(tzurl); 656 // Check if TZURL and LAST-MODIFIED headers are preserved 657 if (!(tzurl.equals(newvtz1.getTZURL()))) { 658 errln("FAIL: TZURL property is not preserved during the roundtrip conversion. Before:" 659 + tzurl + "/After:" + newvtz1.getTZURL()); 672 // Set different tzurl 687 // Check if TZURL and LAST-MODIFIED headers are preserved 689 errln("FAIL: TZURL property is not preserved during the second roundtrip conversion. Before: 1189 String tzurl = vtz.getTZURL(); local [all...] |
TimeZoneTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneRuleTest.java | 625 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format with RFC2445 header TZURL and 631 String tzurl = "http://source.icu-project.org"; local 635 vtz.setTZURL(tzurl); 653 // Check if TZURL and LAST-MODIFIED headers are preserved 654 if (!(tzurl.equals(newvtz1.getTZURL()))) { 655 errln("FAIL: TZURL property is not preserved during the roundtrip conversion. Before:" 656 + tzurl + "/After:" + newvtz1.getTZURL()); 669 // Set different tzurl 684 // Check if TZURL and LAST-MODIFIED headers are preserved 686 errln("FAIL: TZURL property is not preserved during the second roundtrip conversion. Before: 1186 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 | 1044 UnicodeString tzurl; local [all...] |