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