Home | History | Annotate | Download | only in text

Lines Matching refs:GetChars

1824     /* package */ static class Ellipsizer implements CharSequence, GetChars {
1836 getChars(off, off + 1, buf, 0);
1843 public void getChars(int start, int end, char[] dest, int destoff) {
1847 TextUtils.getChars(mText, start, end, dest, destoff);
1860 getChars(start, end, s, 0);
1867 getChars(0, length(), s, 0);
1905 getChars(start, end, s, 0);