Home | History | Annotate | Download | only in text

Lines Matching refs:ellipsis

86     private static final String ELLIPSIS_NORMAL = "\u2026"; // HORIZONTAL ELLIPSIS (?)
1195 * copy with ellipsis character added at the specified edge or center.
1206 * or, if it does not fit, a copy with ellipsis character added
1228 * or, if it does not fit, a copy with ellipsis character added
1243 TextDirectionHeuristic textDir, String ellipsis) {
1260 // XXX assumes ellipsis string does not require shaping and
1262 float ellipsiswid = paint.measureText(ellipsis);
1289 if (remaining > 0 && removed >= ellipsis.length()) {
1290 ellipsis.getChars(0, ellipsis.length(), buf, left);
1291 left += ellipsis.length();
1292 } // else skip the ellipsis
1310 StringBuilder sb = new StringBuilder(remaining + ellipsis.length());
1312 sb.append(ellipsis);
1319 ssb.append(ellipsis);
1345 * an ellipsis (U+2026) would be used for {@code moreId}.