Searched refs:matchesCountryCode (Results 1 – 4 of 4) sorted by relevance
80 assertTrue(countryTimeZones.matchesCountryCode("gb")); in createValidated()120 public void matchesCountryCode() throws Exception { in matchesCountryCode() method in CountryTimeZonesTest124 assertTrue(countryTimeZones.matchesCountryCode("GB")); in matchesCountryCode()125 assertTrue(countryTimeZones.matchesCountryCode("Gb")); in matchesCountryCode()126 assertTrue(countryTimeZones.matchesCountryCode("gB")); in matchesCountryCode()
282 public boolean matchesCountryCode(String countryIso) { in matchesCountryCode() method in CountryTimeZones
207 && lastCountryTimeZones.matchesCountryCode(countryIso)) { in lookupCountryTimeZones()
67 method public boolean matchesCountryCode(String);