Searched refs:MAX_COLS (Results 1 – 1 of 1) sorted by relevance
118 public static final int MAX_COLS = 32; field in CCParser584 char[] blank = new char[MAX_COLS + 2]; in CCMemory()620 if (mCol == MAX_COLS - 1) { in bs()624 mLines[mRow].setCharAt(MAX_COLS, TS); in bs()690 mCol = clamp(col, 1, MAX_COLS); in moveCursorTo()698 mCol = clamp(mCol + col, 1, MAX_COLS); in moveCursorByCol()