Searched refs:ELLIPSIS_TWO_DOTS (Results 1 – 3 of 3) sorted by relevance
73 /* package */ static final char[] ELLIPSIS_TWO_DOTS = { '\u2025' }; // this is ".." field in TextUtils74 private static final String ELLIPSIS_TWO_DOTS_STRING = new String(ELLIPSIS_TWO_DOTS);
1019 TextUtils.ELLIPSIS_TWO_DOTS : TextUtils.ELLIPSIS_NORMAL, 0, 1);
1881 TextUtils.ELLIPSIS_TWO_DOTS[0] :