Searched refs:maxLine (Results 1 – 4 of 4) sorted by relevance
24 maxLine = 1048575 const127 if line == maxLine {
219 maxLine = len(file) - 1221 while (line != maxLine and not isempty(file[line])):224 while (line != maxLine and isempty(file[line])):
916 testWidgets('Selectable height with maxLine', (WidgetTester tester) async {
3009 // Multiline is allowed since maxLine != 1.