Home
last modified time | relevance | path

Searched refs:commaCount (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java169 final int commaCount = countChars(ellipsized, ','); in testListEllipsize() local
170 assertEquals(fullList.size(), commaCount + moreCount); in testListEllipsize()