OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:country_zone
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/util/
TimezoneFormatter.java
532
private transient final Map<String, String>
country_zone
= new HashMap<String, String>();
local
633
return (String)
country_zone
.get(countryCode);
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/tool/
CountItems.java
330
Map<String, Set<String>>
country_zone
= sc.getCountryToZoneSet();
local
367
for (Iterator<String> it =
country_zone
.keySet().iterator(); it.hasNext();) {
369
Set<String> zones =
country_zone
.get(country);
[
all
...]
Completed in 70 milliseconds