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