Searched refs:countLower (Results 1 – 1 of 1) sorted by relevance
276 long countLower = counter.getCount(CasingType.lowercase); in getSamples() local280 if (countLower + countUpper == 0) { in getSamples()282 } else if (countLower >= countUpper * MIN_FACTOR && countLower >= countOther) { in getSamples()284 } else if (countUpper >= countLower * MIN_FACTOR && countUpper >= countOther) { in getSamples()