Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DTimezoneFormatter.java658 String countryPrefix = "//ldml/localeDisplayNames/territories/territory[@type=\""; in buildParsingInfo() local
697 String countryCode = matchesPart(path, countryPrefix, "\"]"); in buildParsingInfo()