Home | History | Annotate | Download | only in common

Lines Matching defs:dirProps

61  * Note that this implementation never modifies the dirProps
69 * them back to the dirProps array.
391 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */
450 dirProps[i-1]=dirProp|paraDir;
453 dirProps[i-2]=(DirProp)(BN|paraDir);
461 dirProps[i1]&=~CONTEXT_RTL;
471 dirProps[i1]|=CONTEXT_RTL;
494 dirProps[paraStart]|=CONTEXT_RTL;
515 dirProps[i1]|=CONTEXT_RTL;
588 * or saves making and modifying a copy of dirProps[].
613 const DirProp *dirProps=pBiDi->dirProps;
656 dirProp=NO_CONTEXT_RTL(dirProps[i]);
784 const DirProp *dirProps=pBiDi->dirProps;
796 dirProp=NO_CONTEXT_RTL(dirProps[i]);
1244 * to actually store the intermediate directional properties in dirProps[].
1329 if ((_prop == DirProp_AN) && (NO_CONTEXT_RTL(pBiDi->dirProps[start0]) == AN) &&
1497 const DirProp *dirProps=pBiDi->dirProps;
1535 if(NO_CONTEXT_RTL(dirProps[start])==NSM) {
1548 prop=NO_CONTEXT_RTL(dirProps[i]);
1560 prop1=NO_CONTEXT_RTL(dirProps[j]);
1629 const DirProp *dirProps=pBiDi->dirProps;
1640 while(i>0 && (flag=DIRPROP_FLAG_NC(dirProps[--i]))&MASK_WS) {
1651 flag=DIRPROP_FLAG_NC(dirProps[--i]);
1754 * the visual map and the dirProps array to drive the second call
1756 * BiDi controls. Alternatively, only use the dirProps array via
1922 pBiDi->dirProps=NULL;
1969 pBiDi->dirProps=pBiDi->dirPropsMemory;
2106 if((start>0) && (NO_CONTEXT_RTL(pBiDi->dirProps[start-1])==B)) {
2163 if((pBiDi->dirProps[last] & CONTEXT_RTL)==0) {
2168 dirProp=NO_CONTEXT_RTL(pBiDi->dirProps[j]);
2171 while(NO_CONTEXT_RTL(pBiDi->dirProps[last])==B) {