Home | History | Annotate | Download | only in text

Lines Matching refs:GetChars

30 public class SpannableStringBuilder implements CharSequence, GetChars, Spannable, Editable,
61 TextUtils.getChars(text, start, end, mText, 0);
341 TextUtils.getChars(cs, csStart, csEnd, mText, start);
912 public void getChars(int start, int end, char[] dest, int destoff) {
913 checkRange("getChars", start, end);
935 getChars(0, len, buf, 0);
946 getChars(start, end, buf, 0);
1121 getChars(start, end, buf, 0);
1145 getChars(contextStart, contextEnd, buf, 0);
1167 getChars(start, end, buf, 0);
1191 getChars(start, end, buf, 0);
1219 getChars(contextStart, contextEnd, buf, 0);
1268 getChars(contextStart, contextEnd, buf, 0);