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