Searched refs:MAX_LINES (Results 1 – 2 of 2) sorted by relevance
23 #define MAX_LINES 4 macro29 WORD8 pulse_offset[MAX_LINES];30 WORD8 pulse_amp[MAX_LINES];
67 private static final int MAX_LINES = 200; // LIU: Use symbolic name field in DumbTextComponent68 private transient int[] lineStarts = new int[MAX_LINES]; // LIU704 for (int start = 0; start < contents.length() && lineCount < MAX_LINES; in fixLineStarts()