Home
last modified time | relevance | path

Searched defs:country (Results 1 – 7 of 7) sorted by relevance

/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTreeTest.java50 Country country = parseCountry(countryText); in testSimpleCountry() local
73 Country country = parseCountry(countryText); in testCountryRequiringPriority() local
100 Country country = parseCountry(countryText); in testCountryWithPriority() local
147 Country country = parseCountry(countryText); in australiaTreeTest() local
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DUniqueZonesVisualizer.java81 Country country = countryMap.get(countryIso); in createGraphvizFile() local
DCountryZoneTree.java147 Country country, Instant startInclusive, Instant endExclusive) { in create()
156 Country country, Instant startInclusive, Instant endExclusive, boolean compress) { in create()
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupFile.java158 void addCountry(Country country) { in addCountry()
180 static void writeXml(Country country, XMLStreamWriter writer) in writeXml()
DTzLookupGenerator.java434 CountryZonesFile.Country country, CountryZonesFile.TimeZoneMapping timeZoneIn, in validateNonDstOffset()
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTzLookupGeneratorTest.java401 CountryZonesFile.Country country = countryBuilder.build(); in shownInPicker_false() local
418 CountryZonesFile.Country country = countryBuilder.build(); in shownInPicker_true() local
428 CountryZonesFile.Country country = createValidCountryUs(); in notAfter() local
467 private String generateTzLookupXml(CountryZonesFile.Country country, in generateTzLookupXml()
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java94 String country = (String) address.getMethod("getCountry").invoke(addressInstance); in testNestedType() local