Home
last modified time | relevance | path

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

/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DUniqueZonesVisualizer.java51 CountryZones countryZones = in main() local
74 private UniqueZonesVisualizer(CountryZones countryZones) { in UniqueZonesVisualizer()
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
H A DTzLookupGeneratorTest.java109 CountryZonesFile.CountryZones countryZones = createValidCountryZones(gbWithoutZones); in countryWithNoTimeZoneMappings() local
135 CountryZonesFile.CountryZones countryZones = in countryWithDuplicateTimeZoneMappings() local
244 CountryZonesFile.CountryZones countryZones = in countryZonesContainsNonLowercaseIsoCode() local
290 CountryZonesFile.CountryZones countryZones = in countryZonesAndZoneTabCountryMismatch() local
315 CountryZonesFile.CountryZones countryZones = createValidCountryZones(gbWithWrongZones); in countryZonesAndZoneTabDisagreeOnZones() local
334 CountryZonesFile.CountryZones countryZones = createValidCountryZones(validGbCountry); in duplicateEntriesInZoneTab() local
359 CountryZonesFile.CountryZones countryZones = createValidCountryZones(gbWithWrongOffset); in incorrectOffset() local
384 CountryZonesFile.CountryZones countryZones = createValidCountryZones(gbWithBadId); in badTimeZoneMappingId() local
406 … CountryZonesFile.CountryZones countryZones = createValidCountryZones(createValidCountryGb()); in badBackwardFile() local
741 CountryZonesFile.CountryZones countryZones = createValidCountryZones(country); in generateOutputData() local
[all …]
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
H A DTzLookupFile.java128 private CountryZones countryZones; field in TzLookupFile.TimeZones
134 void setCountryZones(CountryZones countryZones) { in setCountryZones()
154 static void writeXml(CountryZones countryZones, XMLStreamWriter writer) in writeXml()