Home
last modified time | relevance | path

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

/system/timezone/input_tools/android/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/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTzLookupGeneratorTest.java434 Country country = parseCountry(countryZonesWithOldIdText); in usingOldLinksValid() local
486 Country country = parseCountry(countryZonesWithOldIdText); in usingOldLinksMissingAlias() local
529 CountryZonesFile.Country country = countryBuilder.build(); in shownInPicker_false() local
547 CountryZonesFile.Country country = countryBuilder.build(); in shownInPicker_true() local
558 CountryZonesFile.Country country = createValidCountryUs(); in notAfter() local
598 private String generateTzLookupXml(CountryZonesFile.Country country, in generateTzLookupXml()
620 private void generateTzLookupXmlExpectFailure(CountryZonesFile.Country country, in generateTzLookupXmlExpectFailure()
/system/timezone/input_tools/android/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/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupFile.java162 void addCountry(Country country) { in addCountry()
187 static void writeXml(Country country, XMLStreamWriter writer) in writeXml()
DTzLookupGenerator.java557 CountryZonesFile.Country country, CountryZonesFile.TimeZoneMapping timeZoneIn, in validateNonDstOffset()
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java94 String country = (String) address.getMethod("getCountry").invoke(addressInstance); in testNestedType() local