Home
last modified time | relevance | path

Searched refs:expected_run (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/i18n/
Dbidi_line_iterator_unittest.cc174 const auto& expected_run = expected_runs[i]; in TEST_P() local
183 EXPECT_EQ(expected_run.dir, in TEST_P()
186 EXPECT_EQ(expected_run.start, start) << "(i = " << i << ")"; in TEST_P()
187 EXPECT_EQ(expected_run_end - expected_run.start, length) in TEST_P()
191 expected_run.dir == UBIDI_RTL in TEST_P()
196 iterator()->GetLogicalRun(expected_run.start, &end, &level); in TEST_P()