Lines Matching refs:IsRTL
301 const bool was_rtl = IsRTL(); in TEST_F()
306 SetRTLForTesting(!IsRTL()); in TEST_F()
330 EXPECT_EQ(was_rtl, IsRTL()); in TEST_F()
349 const bool was_rtl = IsRTL(); in TEST_F()
354 SetRTLForTesting(!IsRTL()); in TEST_F()
359 if (IsRTL() ? cases[i].wrap_rtl : cases[i].wrap_ltr) in TEST_F()
366 EXPECT_EQ(was_rtl, IsRTL()); in TEST_F()
436 const bool was_rtl = IsRTL(); in TEST_F()
441 SetRTLForTesting(!IsRTL()); in TEST_F()
453 << "] with IsRTL() == " << IsRTL(); in TEST_F()
457 EXPECT_EQ(was_rtl, IsRTL()); in TEST_F()
487 const bool was_rtl = IsRTL(); in TEST_F()
492 SetRTLForTesting(!IsRTL()); in TEST_F()
500 EXPECT_EQ(was_rtl, IsRTL()); in TEST_F()