Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java433 Matcher countryLocale = LOCALE_PATTERN.matcher(""); in doSummary() local
510 if (countryLocale.reset(key).matches()) { in doSummary()
511 String lang = countryLocale.group(1); in doSummary()
512 String script = countryLocale.group(2); in doSummary()
513 String country = countryLocale.group(3); in doSummary()