Searched refs:countLower (Results 1 – 1 of 1) sorted by relevance
275 long countLower = counter.getCount(CasingType.lowercase); in getSamples() local279 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()