Home | History | Annotate | Download | only in text

Lines Matching defs:off

1318         int off = getLineStart(line);
1319 if (off == 0 || mText.charAt(off - 1) == '\n')
1353 int off = getLineStart(line);
1354 if (off == 0 || mText.charAt(off - 1) == '\n')
1850 public char charAt(int off) {
1852 getChars(off, off + 1, buf, 0);