Home
last modified time | relevance | path

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

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DShowLocaleCoverage.java225 boolean useOrgLevel = MyOptions.organization.option.doesOccur(); in main()
226 if (useOrgLevel) { in main()
265 showCoverage(null, matcher, locales, useOrgLevel); in main()
573 …overage(Anchors anchors, Matcher matcher, Set<String> locales, boolean useOrgLevel) throws IOExcep… in showCoverage() argument
1009 if (useOrgLevel && cldrLocaleLevelGoal != level) { in showCoverage()