Searched refs:MAX_COLS (Results 1 – 2 of 2) sorted by relevance
262 public static final int MAX_COLS = 32; field in Cea608CCParser765 char[] blank = new char[MAX_COLS + 2]; in CCMemory()801 if (mCol == MAX_COLS - 1) { in bs()805 mLines[mRow].setCharAt(MAX_COLS, TS); in bs()870 mCol = clamp(col, 1, MAX_COLS); in moveCursorTo()878 mCol = clamp(mCol + col, 1, MAX_COLS); in moveCursorByCol()
25205 Landroid/media/Cea608CCParser;->MAX_COLS:I