Searched refs:hasTimeZone (Results 1 – 2 of 2) sorted by relevance
101 assertFalse(data.hasTimeZone("THIS_TZ_DOES_NOT_EXIST")); in testMakeTimeZone_notFound()107 assertTrue(data.hasTimeZone("Europe/London")); in testMakeTimeZone_found()
258 public boolean hasTimeZone(String id) throws IOException { in hasTimeZone() method in ZoneInfoDB.TzData