Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java692 String exemplarCity = getRegion(Type.ZONE, xpath); in getRegionException() local
694 addRegionException(exemplarCity, territory); in getRegionException()
722 private void addRegionException(String exemplarCity, String territory) { in addRegionException() argument
723 exceptions.put(exemplarCity, territory); in addRegionException()
724 exceptions.put(territory, exemplarCity); in addRegionException()
DExampleGenerator.java1260 … String exemplarCity = cldrFile.getWinningValue("//ldml/dates/timeZoneNames/zone[@type=\"" in handleTimeZoneName() local
1262 if (exemplarCity == null) { in handleTimeZoneName()
1263exemplarCity = timezone.substring(timezone.lastIndexOf('/') + 1).replace('_', ' '); in handleTimeZoneName()
1275 format(fallbackFormat, exemplarCity, countryName)); in handleTimeZoneName()
/external/cldr/tools/java/org/unicode/cldr/util/
DVerifyZones.java110 …String exemplarCity = cldrFile.getWinningValue("//ldml/dates/timeZoneNames/zone[@type=\"" + timezo… in getExemplarCity() local
112 if (exemplarCity == null) { in getExemplarCity()
113exemplarCity = timezoneString.substring(timezoneString.lastIndexOf('/') + 1).replace('_', ' '); in getExemplarCity()
115 return exemplarCity; in getExemplarCity()
DTimezoneFormatter.java511 … String exemplarCity = desiredLocaleFile.getWinningValue("//ldml/dates/timeZoneNames/zone[@type=\"" in getLocalizedExemplarCity() local
513 if (exemplarCity == null) { in getLocalizedExemplarCity()
514exemplarCity = timezoneString.substring(timezoneString.lastIndexOf('/') + 1).replace('_', ' '); in getLocalizedExemplarCity()
516 return exemplarCity; in getLocalizedExemplarCity()
/external/cldr/tools/c/genldml/resources/
Droot.txt321 exemplarCity {
322 "{0}<exemplarCity>{1}</exemplarCity>\n"
/external/cldr/tools/java/org/unicode/cldr/util/data/paths/
DmissingOk.txt6 //ldml/dates/timeZoneNames/zone[@type="%A"]/exemplarCity ; latin
/external/cldr/tools/java/org/unicode/cldr/icu/
Dldml2icu_locale.txt161 //ldml/dates/timeZoneNames/zone[@type="(%W)/(%W)"]/exemplarCity[@alt="(%A)"] ; /zoneStrings/"$1:$2"…
162 //ldml/dates/timeZoneNames/zone[@type="(%W)/(%W)"]/exemplarCity ; /zoneStrings/"$1:$2"/ec
164 //ldml/dates/timeZoneNames/zone[@type="(%W)/(%W)/(%W)"]/exemplarCity[@alt="(%A)"] ; /zoneStrings/"$…
165 //ldml/dates/timeZoneNames/zone[@type="(%W)/(%W)/(%W)"]/exemplarCity ; /zoneStrings/"$1:$2:$3"/ec
/external/cldr/tools/java/org/unicode/cldr/util/data/
DprettyPath.txt139 '/dates/timeZoneNames/zone[@type="' ($avalue) '"]/exemplarCity' > '0-names|time-zone-cities|' &pret…
DPathHeader.txt121 …timeZoneNames/zone[@type="Etc/(GMT|UTC)(.*)"]/exemplarCity ; Special ; Suppress ; Etc/$1$2 ; exem…
122 //ldml/dates/timeZoneNames/zone[@type="%B/%A"]/exemplarCity ; Timezones ; &timeZonePage…
DPathDescription.txt9 ^//ldml/dates/timeZoneNames/zone\[@type="([^"]*)"]/exemplarCity ; ROOT timezone ; The name of {0}. …