Searched refs:commaCount (Results 1 – 1 of 1) sorted by relevance
168 final int commaCount = countChars(ellipsized, ','); in testListEllipsize() local169 assertEquals(fullList.size(), commaCount + moreCount); in testListEllipsize()