Home | History | Annotate | Download | only in text

Lines Matching refs:GetChars

1810 GetChars {
1822 getChars(off, off + 1, buf, 0);
1829 public void getChars(int start, int end, char[] dest, int destoff) {
1833 TextUtils.getChars(mText, start, end, dest, destoff);
1846 getChars(start, end, s, 0);
1853 getChars(0, length(), s, 0);
1891 getChars(start, end, s, 0);