Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckConsistentCasing.java277 long countOther = counter.getCount(CasingType.other); in getSamples() local
281 } else if (countLower >= countUpper * MIN_FACTOR && countLower >= countOther) { in getSamples()
283 } else if (countUpper >= countLower * MIN_FACTOR && countUpper >= countOther) { in getSamples()