Searched refs:lastStrongDir (Results 1 – 2 of 2) sorted by relevance
368 DirProp lastStrongDir=0; /* for default level & inverse BiDi */ in getDirProps() local378 lastStrongDir=paraDirDefault; in getDirProps()426 lastStrongDir=0; in getDirProps()430 lastStrongDir=CONTEXT_RTL; in getDirProps()433 lastStrongDir=CONTEXT_RTL; in getDirProps()440 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()453 lastStrongDir=paraDirDefault; in getDirProps()461 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()
42 …BidiStatus(WTF::Unicode::Direction eorDir, WTF::Unicode::Direction lastStrongDir, WTF::Unicode::Di… in BidiStatus()44 , lastStrong(lastStrongDir) in BidiStatus()129 …void setLastStrongDir(WTF::Unicode::Direction lastStrongDir) { m_status.lastStrong = lastStrongDir… in setLastStrongDir() argument