Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java497 int orgCount = 0; in getOrgCount() local
504 orgCount++; in getOrgCount()
507 return orgCount; in getOrgCount()
1242 int orgCount = organizationToValueAndVote.getOrgCount(winningValue); in computeStatus() local
1247 || weight1 >= 2 && orgCount >= 2) ? Status.contributed in computeStatus()