Searched refs:exemplarCity (Results 1 – 10 of 10) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckDisplayCollisions.java | 692 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()
|
D | ExampleGenerator.java | 1260 … String exemplarCity = cldrFile.getWinningValue("//ldml/dates/timeZoneNames/zone[@type=\"" in handleTimeZoneName() local 1262 if (exemplarCity == null) { in handleTimeZoneName() 1263 … exemplarCity = timezone.substring(timezone.lastIndexOf('/') + 1).replace('_', ' '); in handleTimeZoneName() 1275 format(fallbackFormat, exemplarCity, countryName)); in handleTimeZoneName()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VerifyZones.java | 110 …String exemplarCity = cldrFile.getWinningValue("//ldml/dates/timeZoneNames/zone[@type=\"" + timezo… in getExemplarCity() local 112 if (exemplarCity == null) { in getExemplarCity() 113 … exemplarCity = timezoneString.substring(timezoneString.lastIndexOf('/') + 1).replace('_', ' '); in getExemplarCity() 115 return exemplarCity; in getExemplarCity()
|
D | TimezoneFormatter.java | 511 … String exemplarCity = desiredLocaleFile.getWinningValue("//ldml/dates/timeZoneNames/zone[@type=\"" in getLocalizedExemplarCity() local 513 if (exemplarCity == null) { in getLocalizedExemplarCity() 514 … exemplarCity = timezoneString.substring(timezoneString.lastIndexOf('/') + 1).replace('_', ' '); in getLocalizedExemplarCity() 516 return exemplarCity; in getLocalizedExemplarCity()
|
/external/cldr/tools/c/genldml/resources/ |
D | root.txt | 321 exemplarCity { 322 "{0}<exemplarCity>{1}</exemplarCity>\n"
|
/external/cldr/tools/java/org/unicode/cldr/util/data/paths/ |
D | missingOk.txt | 6 //ldml/dates/timeZoneNames/zone[@type="%A"]/exemplarCity ; latin
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | ldml2icu_locale.txt | 161 //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/ |
D | prettyPath.txt | 139 '/dates/timeZoneNames/zone[@type="' ($avalue) '"]/exemplarCity' > '0-names|time-zone-cities|' &pret…
|
D | PathHeader.txt | 121 …timeZoneNames/zone[@type="Etc/(GMT|UTC)(.*)"]/exemplarCity ; Special ; Suppress ; Etc/$1$2 ; exem… 122 //ldml/dates/timeZoneNames/zone[@type="%B/%A"]/exemplarCity ; Timezones ; &timeZonePage…
|
D | PathDescription.txt | 9 ^//ldml/dates/timeZoneNames/zone\[@type="([^"]*)"]/exemplarCity ; ROOT timezone ; The name of {0}. …
|