Home
last modified time | relevance | path

Searched defs:zoneTabFile (Results 1 – 3 of 3) sorted by relevance

/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTzLookupGeneratorTest.java70 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in invalidCountryZonesFile() local
89 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in invalidRulesVersion() local
110 String zoneTabFile = createZoneTabFile(createValidZoneTabEntriesGb()); in countryWithNoTimeZoneMappings() local
136 String zoneTabFile = createZoneTabFile(createValidZoneTabEntriesGb()); in countryWithDuplicateTimeZoneMappings() local
160 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in badDefaultId() local
183 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in shouldFail_whenExplicitDefaultIdBelongsToOtherCountry() local
243 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in countryZonesContainsNonLowercaseIsoCode() local
266 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in countryZonesContainsDuplicate() local
286 String zoneTabFile = in shouldNotFail_whenCountryZonesAndZoneTabCountryMismatch() local
302 String zoneTabFile = createZoneTabFile( in shouldNotFail_whenCountryZonesAndZoneTabDisagreeOnZones() local
[all …]
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DZoneTabFile.java40 static ZoneTabFile parse(String zoneTabFile) throws IOException, ParseException { in parse()
DTzLookupGenerator.java280 private Map<String, List<String>> parseZoneTabFile(String zoneTabFile) in parseZoneTabFile()