Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/text/
H A DTextUtils.java1536 int commaCount = 0; in commaEllipsize() local
1539 commaCount++; in commaEllipsize()
1543 int remaining = commaCount + 1; in commaEllipsize()