Searched refs:MAX_LINE_COUNT (Results 1 – 2 of 2) sorted by relevance
573 static constexpr uint16_t MAX_LINE_COUNT = 50; variable574 static TextLine textLine_[MAX_LINE_COUNT];
26 Text::TextLine Text::textLine_[MAX_LINE_COUNT] = {{0}};423 while ((begin < textLen) && (text_[begin] != '\0') && (lineNum < MAX_LINE_COUNT)) { in GetLine()452 while ((begin < textLen) && (text_[begin] != '\0') && (lineNum < MAX_LINE_COUNT)) { in CalculateLineWithEllipsis()