Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DStandardCodesTest.java28 for (Organization org : sc.getLocaleCoverageOrganizations()) { in TestCoverage()
34 if (!sc.getLocaleCoverageOrganizations().contains(org)) { in TestCoverage()
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java320 Set<Organization> organizations = StandardCodes.make().getLocaleCoverageOrganizations(); in main()
1242 for (Organization org : sc.getLocaleCoverageOrganizations()) { in getOrgToLocales()
/external/cldr/tools/java/org/unicode/cldr/util/
DStandardCodes.java456 public Set<Organization> getLocaleCoverageOrganizations() { in getLocaleCoverageOrganizations() method in StandardCodes