Home
last modified time | relevance | path

Searched refs:matchesCountryCode (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
DCountryTimeZonesTest.java80 assertTrue(countryTimeZones.matchesCountryCode("gb")); in createValidated()
120 public void matchesCountryCode() throws Exception { in matchesCountryCode() method in CountryTimeZonesTest
124 assertTrue(countryTimeZones.matchesCountryCode("GB")); in matchesCountryCode()
125 assertTrue(countryTimeZones.matchesCountryCode("Gb")); in matchesCountryCode()
126 assertTrue(countryTimeZones.matchesCountryCode("gB")); in matchesCountryCode()
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DCountryTimeZones.java282 public boolean matchesCountryCode(String countryIso) { in matchesCountryCode() method in CountryTimeZones
DTimeZoneFinder.java207 && lastCountryTimeZones.matchesCountryCode(countryIso)) { in lookupCountryTimeZones()
/external/icu/android_icu4j/api/legacy_platform/
Dcurrent.txt67 method public boolean matchesCountryCode(String);