Home | History | Annotate | Download | only in text

Lines Matching refs:ELLIPSIS_TWO_DOTS

70     /* package */ static final char[] ELLIPSIS_TWO_DOTS = { '\u2025' }; // this is ".."
71 private static final String ELLIPSIS_TWO_DOTS_STRING = new String(ELLIPSIS_TWO_DOTS);