Searched refs:countChars (Results 1 – 1 of 1) sorted by relevance
108 private static int countChars(CharSequence s, char c) { in countChars() method in TextUtilsTest169 final int commaCount = countChars(ellipsized, ','); in testListEllipsize()