Searched refs:zoneTabFile (Results 1 – 3 of 3) sorted by relevance
70 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in invalidCountryZonesFile() local90 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in invalidRulesVersion() local113 String zoneTabFile = createZoneTabFile(createValidZoneTabEntriesGb()); in countryWithNoTimeZoneMappings() local164 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in badDefaultId() local188 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in explicitDefaultIdInvalid() local249 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in countryZonesContainsNonLowercaseIsoCode() local273 String zoneTabFile = createZoneTabFile(gbZoneTabEntries); in countryZonesContainsDuplicate() local294 String zoneTabFile = in countryZonesAndZoneTabCountryMismatch() local390 String zoneTabFile = createZoneTabFile(zoneTabEntriesWithBadId); in badTimeZoneMappingId() local744 String zoneTabFile = createZoneTabFile(zoneTabEntries); in generateOutputData() local[all …]
40 static ZoneTabFile parse(String zoneTabFile) throws IOException, ParseException { in parse() argument44 .readAllLines(Paths.get(zoneTabFile), StandardCharsets.US_ASCII); in parse()
181 private Map<String, List<String>> parseZoneTabFile(String zoneTabFile, Errors errors) in parseZoneTabFile() argument183 errors.pushScope("Parsing " + zoneTabFile); in parseZoneTabFile()186 zoneTabIn = ZoneTabFile.parse(zoneTabFile); in parseZoneTabFile()189 throw errors.addFatalAndHalt("Unable to parse " + zoneTabFile, e); in parseZoneTabFile()