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

  /external/icu/icu4c/source/i18n/
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/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java 158 * Gets the RFC2445 TZURL property value. When a <code>VTimeZone</code> instance was created from
159 * VTIMEZONE data, the value is set by the TZURL property value in the data. Otherwise,
162 * @return The RFC2445 TZURL property value
165 return tzurl;
169 * Sets the RFC2445 TZURL property value.
171 * @param url The TZURL property value.
177 tzurl = url;
214 if (tzurl != null) {
217 bw.write(tzurl);
363 private String tzurl = null field in class:VTimeZone
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 618 * Write out time zone rules of OlsonTimeZone into VTIMEZONE format with RFC2445 header TZURL and
623 String tzurl = "http://source.icu-project.org"; local
627 vtz.setTZURL(tzurl);
645 // Check if TZURL and LAST-MODIFIED headers are preserved
646 if (!(tzurl.equals(newvtz1.getTZURL()))) {
647 errln("FAIL: TZURL property is not preserved during the roundtrip conversion. Before:"
648 + tzurl + "/After:" + newvtz1.getTZURL());
661 // Set different tzurl
676 // Check if TZURL and LAST-MODIFIED headers are preserved
678 errln("FAIL: TZURL property is not preserved during the second roundtrip conversion. Before:
1174 String tzurl = vtz.getTZURL(); local
    [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/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...]
  /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/icu4c/source/test/intltest/
tzrulets.cpp 1041 UnicodeString tzurl; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 261 milliseconds