Home
last modified time | relevance | path

Searched refs:countryOut (Results 1 – 1 of 1) sorted by relevance

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java201 TzLookupFile.Country countryOut = processCountry( in createOutputTimeZones() local
208 } else if (countryOut == null) { in createOutputTimeZones()
211 countryZonesOut.addCountry(countryOut); in createOutputTimeZones()
310 TzLookupFile.Country countryOut = in processCountry() local
341 countryOut.addTimeZoneIdentifier(timeZoneIdOut); in processCountry()
346 return countryOut; in processCountry()