HomeSort by relevance Sort by last modified time
    Searched refs:commaCount (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/text/
TextUtils.java     [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 168 final int commaCount = countChars(ellipsized, ',');
169 assertEquals(fullList.size(), commaCount + moreCount);
    [all...]

Completed in 174 milliseconds