HomeSort by relevance Sort by last modified time
    Searched refs:lastStrong (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/text/
BidiResolver.h 60 , lastStrong(WTF::Unicode::OtherNeutral)
67 , lastStrong(lastStrongDir)
74 WTF::Unicode::Direction lastStrong;
96 return status1.eor == status2.eor && status1.last == status2.last && status1.lastStrong == status2.lastStrong && *(status1.context) == *(status2.context);
172 void setLastStrongDir(WTF::Unicode::Direction lastStrongDir) { m_status.lastStrong = lastStrongDir; }
275 m_direction = m_status.lastStrong == LeftToRight ? LeftToRight : RightToLeft;
289 if (m_status.lastStrong != LeftToRight) {
296 } else if (m_status.lastStrong != LeftToRight) {
300 } else if (m_status.eor == EuropeanNumber || m_status.eor == ArabicNumber || m_status.lastStrong == LeftToRight)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 503 m_lineBreakBidiStatusLastStrong = status.lastStrong;
    [all...]

Completed in 411 milliseconds