Home | History | Annotate | Download | only in text

Lines Matching defs:charAt

327         return lineEnd < mText.length() && mText.charAt(lineEnd - 1) != '\n';
343 final boolean isFirstParaLine = (start == 0 || mText.charAt(start - 1) == '\n');
450 boolean isFirstParaLine = (start == 0 || buf.charAt(start - 1) == '\n');
1617 ch = text.charAt(end - 1);
1744 char c = text.charAt(offset);
1747 char c1 = text.charAt(offset - 1);
1872 if (lineend > linestart && mText.charAt(lineend - 1) == '\n') {
2057 boolean useFirstLineMargin = lineStart == 0 || spanned.charAt(lineStart - 1) == '\n';
2282 c = ellipsisString.charAt(i);
2344 public char charAt(int off) {