Home | History | Annotate | Download | only in text

Lines Matching refs:GetChars

1768     /* package */ static class Ellipsizer implements CharSequence, GetChars {
1780 getChars(off, off + 1, buf, 0);
1787 public void getChars(int start, int end, char[] dest, int destoff) {
1791 TextUtils.getChars(mText, start, end, dest, destoff);
1804 getChars(start, end, s, 0);
1811 getChars(0, length(), s, 0);
1849 getChars(start, end, s, 0);