Searched refs:lastStrongDir (Results 1 – 3 of 3) sorted by relevance
392 DirProp lastStrongDir=0; /* for default level & inverse BiDi */ in getDirProps() local402 lastStrongDir=paraDirDefault; in getDirProps()446 lastStrongDir=0; in getDirProps()450 lastStrongDir=CONTEXT_RTL; in getDirProps()453 lastStrongDir=CONTEXT_RTL; in getDirProps()460 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()473 lastStrongDir=paraDirDefault; in getDirProps()481 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()
418 DirProp lastStrongDir=0; /* for default level & inverse BiDi */ in getDirProps() local436 lastStrongDir=paraDir; in getDirProps()479 lastStrongDir=0; in getDirProps()483 lastStrongDir=CONTEXT_RTL; in getDirProps()486 lastStrongDir=CONTEXT_RTL; in getDirProps()493 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()506 lastStrongDir=paraDirDefault; in getDirProps()514 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()
76 …BidiStatus(WTF::Unicode::Direction eorDir, WTF::Unicode::Direction lastStrongDir, WTF::Unicode::Di… in BidiStatus()78 , lastStrong(lastStrongDir) in BidiStatus()195 …void setLastStrongDir(WTF::Unicode::Direction lastStrongDir) { m_status.lastStrong = lastStrongDir… in setLastStrongDir() argument