Home
last modified time | relevance | path

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

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