Searched refs:lastSpace (Results 1 – 1 of 1) sorted by relevance
162 final int lastSpace = ellipsized.lastIndexOf(' '); in testListEllipsize() local163 final int penultimateSpace = ellipsized.lastIndexOf(' ', lastSpace - 1); in testListEllipsize()166 penultimateSpace + 1, lastSpace); in testListEllipsize()