Home | History | Annotate | Download | only in util

Lines Matching defs:lookupTimeZoneByCountryAndOffset

680                 finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_DST_OFFSET_MILLIS,
685 finder.lookupTimeZoneByCountryAndOffset("XX", LONDON_DST_OFFSET_MILLIS,
690 assertNull(finder.lookupTimeZoneByCountryAndOffset(unknownCountryCode,
693 assertNull(finder.lookupTimeZoneByCountryAndOffset(unknownCountryCode,
709 finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_DST_OFFSET_MILLIS,
712 finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_NO_DST_OFFSET_MILLIS,
717 TimeZone noDstMatch1 = finder.lookupTimeZoneByCountryAndOffset("xx",
721 TimeZone noDstMatch2 = finder.lookupTimeZoneByCountryAndOffset("xx",
725 TimeZone noDstMatch3 = finder.lookupTimeZoneByCountryAndOffset("xx",
729 TimeZone noDstMatch4 = finder.lookupTimeZoneByCountryAndOffset("xx",
733 TimeZone noDstMatch5 = finder.lookupTimeZoneByCountryAndOffset("xx",
737 TimeZone noDstMatch6 = finder.lookupTimeZoneByCountryAndOffset("xx",
745 finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_DST_OFFSET_MILLIS,
748 finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_NO_DST_OFFSET_MILLIS,
751 assertNull(finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_DST_OFFSET_MILLIS,
756 finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_DST_OFFSET_MILLIS,
761 assertNull(finder.lookupTimeZoneByCountryAndOffset("xx", NEW_YORK_DST_OFFSET_MILLIS,
778 assertZoneEquals(LONDON_TZ, finder.lookupTimeZoneByCountryAndOffset("xx",
780 assertZoneEquals(LONDON_TZ, finder.lookupTimeZoneByCountryAndOffset("xx",
782 assertZoneEquals(NEW_YORK_TZ, finder.lookupTimeZoneByCountryAndOffset("xx",
784 assertZoneEquals(NEW_YORK_TZ, finder.lookupTimeZoneByCountryAndOffset("xx",
789 TimeZone noDstMatch1 = finder.lookupTimeZoneByCountryAndOffset("xx",
793 TimeZone noDstMatch2 = finder.lookupTimeZoneByCountryAndOffset("xx",
797 TimeZone noDstMatch3 = finder.lookupTimeZoneByCountryAndOffset("xx",
801 TimeZone noDstMatch4 = finder.lookupTimeZoneByCountryAndOffset("xx",
805 TimeZone noDstMatch5 = finder.lookupTimeZoneByCountryAndOffset("xx",
809 TimeZone noDstMatch6 = finder.lookupTimeZoneByCountryAndOffset("xx",
817 finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_DST_OFFSET_MILLIS,
820 finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_NO_DST_OFFSET_MILLIS,
823 assertNull(finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_DST_OFFSET_MILLIS,
829 finder.lookupTimeZoneByCountryAndOffset("xx", LONDON_DST_OFFSET_MILLIS,
855 assertZoneEquals(LONDON_TZ, finder.lookupTimeZoneByCountryAndOffset("xx", dstOffset,
857 assertZoneEquals(REYKJAVIK_TZ, finder.lookupTimeZoneByCountryAndOffset("xx", noDstOffset,
859 assertZoneEquals(LONDON_TZ, finder.lookupTimeZoneByCountryAndOffset("xx", dstOffset,
861 assertZoneEquals(REYKJAVIK_TZ, finder.lookupTimeZoneByCountryAndOffset("xx", noDstOffset,
863 assertZoneEquals(REYKJAVIK_TZ, finder.lookupTimeZoneByCountryAndOffset("xx", noDstOffset,
868 TimeZone noDstMatch1 = finder.lookupTimeZoneByCountryAndOffset("xx", dstOffset,
872 TimeZone noDstMatch2 = finder.lookupTimeZoneByCountryAndOffset("xx", noDstOffset,
876 TimeZone noDstMatch3 = finder.lookupTimeZoneByCountryAndOffset("xx", noDstOffset,
880 TimeZone noDstMatch4 = finder.lookupTimeZoneByCountryAndOffset("xx", dstOffset,
888 assertZoneEquals(REYKJAVIK_TZ, finder.lookupTimeZoneByCountryAndOffset("xx", noDstOffset,
890 assertZoneEquals(LONDON_TZ, finder.lookupTimeZoneByCountryAndOffset("xx", noDstOffset,
892 assertZoneEquals(UTC_TZ, finder.lookupTimeZoneByCountryAndOffset("xx", noDstOffset,
897 assertZoneEquals(LONDON_TZ, finder.lookupTimeZoneByCountryAndOffset("xx",