Home | History | Annotate | Download | only in text

Lines Matching defs:off

509         public char charAt(int off) {
510 return AndroidCharacter.getMirror(mSource.charAt(mEnd - 1 - off));
1442 int off = 0;
1447 copySpansFrom((Spanned) text[i], 0, len, Object.class, ss, off);
1450 off += len;
1556 * @param off Location in the text at which to check.
1566 public static int getCapsMode(CharSequence cs, int off, int reqModes) {
1567 if (off < 0) {
1584 for (i = off; i > 0; i--) {