Home | History | Annotate | Download | only in corewm

Lines Matching refs:line_count

25   int width, line_count, expect_lines;
37 width = line_count = -1;
44 &line_count);
46 EXPECT_EQ(expect_lines, line_count);
51 width = line_count = -1;
57 &line_count);
59 EXPECT_EQ(max_lines, line_count);
63 width = line_count = -1;
71 &line_count);
73 EXPECT_EQ(expect_lines, line_count);
81 width = line_count = -1;
84 &line_count);
86 EXPECT_EQ(1, line_count);
94 width = line_count = -1;
97 &line_count);
100 EXPECT_EQ(1, line_count);
105 width = line_count = -1;
108 &line_count);
115 EXPECT_EQ(2, line_count);
120 width = line_count = -1;
123 &line_count);
126 EXPECT_EQ(1, line_count);