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

  /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/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...]

Completed in 76 milliseconds