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

  /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/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/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/54.1.1/
icu4j-54.1.1.jar 

Completed in 179 milliseconds