Searched refs:IsRTL (Results 1 – 5 of 5) sorted by relevance
394 return IsRTL(inLevel) && IsLogical(inOrder) in matches()408 && IsRTL(outLevel) && IsVisual(outOrder); in matches()421 return IsRTL(inLevel) && IsLogical(inOrder) in matches()422 && IsRTL(outLevel) && IsVisual(outOrder); in matches()436 && IsRTL(outLevel) && IsLogical(outOrder); in matches()448 return IsRTL(inLevel) && IsVisual(inOrder) in matches()449 && IsRTL(outLevel) && IsLogical(outOrder); in matches()475 return IsRTL(inLevel) && IsVisual(inOrder) in matches()490 && IsRTL(outLevel) && IsLogical(outOrder); in matches()504 return IsRTL(inLevel) && IsLogical(inOrder) in matches()[all …]
384 return IsRTL(inLevel) && IsLogical(inOrder) in matches()398 && IsRTL(outLevel) && IsVisual(outOrder); in matches()411 return IsRTL(inLevel) && IsLogical(inOrder) in matches()412 && IsRTL(outLevel) && IsVisual(outOrder); in matches()426 && IsRTL(outLevel) && IsLogical(outOrder); in matches()438 return IsRTL(inLevel) && IsVisual(inOrder) in matches()439 && IsRTL(outLevel) && IsLogical(outOrder); in matches()465 return IsRTL(inLevel) && IsVisual(inOrder) in matches()480 && IsRTL(outLevel) && IsLogical(outOrder); in matches()494 return IsRTL(inLevel) && IsLogical(inOrder) in matches()[all …]
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()[all …]
153 bool IsRTL() { in IsRTL() function159 DCHECK_EQ(rtl, IsRTL()); in SetRTLForTesting()284 if (!IsRTL() || text->empty()) in AdjustStringForLocaleDirection()299 if (!IsRTL() || text->empty()) in UnadjustStringForLocaleDirection()335 bool ui_direction_is_rtl = IsRTL(); in AdjustStringForLocaleDirection()471 if (IsRTL() || GetFirstStrongCharacterDirection(text) == RIGHT_TO_LEFT) { in GetDisplayStringInLTRDirectionality()
55 BASE_I18N_EXPORT bool IsRTL();