Searched refs:CONTEXT_RTL (Results 1 – 2 of 2) sorted by relevance
426 paraDirDefault=pBiDi->paraLevel&1 ? CONTEXT_RTL : 0; in getDirProps()429 paraDir=(lastStrong==L) ? 0 : CONTEXT_RTL; in getDirProps()461 dirProps[i1]&=~CONTEXT_RTL; in getDirProps()469 paraDir=CONTEXT_RTL; in getDirProps()471 dirProps[i1]|=CONTEXT_RTL; in getDirProps()482 lastStrongDir=CONTEXT_RTL; in getDirProps()485 lastStrongDir=CONTEXT_RTL; in getDirProps()492 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()494 dirProps[paraStart]|=CONTEXT_RTL; in getDirProps()513 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()[all …]
112 #define CONTEXT_RTL 0x80 macro113 #define NO_CONTEXT_RTL(dir) ((dir)&~CONTEXT_RTL)