Home
last modified time | relevance | path

Searched defs:countryZonesFile (Results 1 – 2 of 2) sorted by relevance

/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTzLookupGeneratorTest.java68 String countryZonesFile = createFile(tempDir, "THIS IS NOT A VALID FILE"); in invalidCountryZonesFile() local
86 String countryZonesFile = createCountryZonesFile(badIanaVersionCountryZones); in invalidRulesVersion() local
108 String countryZonesFile = createCountryZonesFile(countryZones); in countryWithNoTimeZoneMappings() local
134 String countryZonesFile = createCountryZonesFile(countryZones); in countryWithDuplicateTimeZoneMappings() local
157 String countryZonesFile = createCountryZonesFile(gbCountryZones); in badDefaultId() local
180 String countryZonesFile = createCountryZonesFile(gbCountryZones); in shouldFail_whenExplicitDefaultIdBelongsToOtherCountry() local
240 String countryZonesFile = createCountryZonesFile(countryZones); in countryZonesContainsNonLowercaseIsoCode() local
263 String countryZonesFile = createCountryZonesFile(duplicateGbData); in countryZonesContainsDuplicate() local
284 String countryZonesFile = createCountryZonesFile(countryZones); in shouldNotFail_whenCountryZonesAndZoneTabCountryMismatch() local
300 String countryZonesFile = createCountryZonesFile(countryZones); in shouldNotFail_whenCountryZonesAndZoneTabDisagreeOnZones() local
[all …]
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java294 private CountryZonesFile.CountryZones parseAndValidateCountryZones(String countryZonesFile) in parseAndValidateCountryZones()