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/ |
D | CountryZoneTreeTest.java | 50 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/ |
D | TzLookupGeneratorTest.java | 434 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/ |
D | UniqueZonesVisualizer.java | 81 Country country = countryMap.get(countryIso); in createGraphvizFile() local
|
D | CountryZoneTree.java | 147 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/ |
D | TzLookupFile.java | 162 void addCountry(Country country) { in addCountry() 187 static void writeXml(Country country, XMLStreamWriter writer) in writeXml()
|
D | TzLookupGenerator.java | 557 CountryZonesFile.Country country, CountryZonesFile.TimeZoneMapping timeZoneIn, in validateNonDstOffset()
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | XmlParserTest.java | 94 String country = (String) address.getMethod("getCountry").invoke(addressInstance); in testNestedType() local
|