Home | History | Annotate | Download | only in content

Lines Matching refs:mCols

2763         private final int mCols;
2766 mCols = cols;
2770 if (col + values.length > mCols) {
2771 throw new IndexOutOfBoundsException("Table only has " + mCols +
2775 final Object[] list = new Object[mCols];
2777 for (int j = 0; j < mCols; j++) {
2785 final String[] formats = new String[mCols];
2787 for (int col = 0; col < mCols; ++col) {
2799 totalLength += (mCols - 1) * 2;