Home | History | Annotate | Download | only in media

Lines Matching defs:charAt

684         char charAt(int index) {
685 return mDisplayChars.charAt(index);
732 if (mDisplayChars.charAt(next) != TS) {
737 int expandedStart = mDisplayChars.charAt(start) == ' ' ? start : start - 1;
738 int expandedEnd = mDisplayChars.charAt(next - 1) == ' ' ? next : next + 1;
782 if (mLines[mRow].charAt(i) != TS) {
836 getLineBuffer(mRow).setCharAt(mCol, text.charAt(i));