Searched refs:MASK_ISO (Results 1 – 4 of 4) sorted by relevance
83 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI)) macro91 #define MASK_WS (MASK_B_S|DIRPROP_FLAG(WS)|MASK_BN_EXPLICIT|MASK_ISO)
707 if(DIRPROP_FLAG(dirProps[lastCcPos])&MASK_ISO) /* after an isolate */ in bracketProcessBoundary()1106 if(!(flags&(MASK_EXPLICIT|MASK_ISO))) { in resolveExplicitLevels()
1161 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI); field in Bidi1167 static final int MASK_WS = MASK_B_S|DirPropFlag(WS)|MASK_BN_EXPLICIT|MASK_ISO;2067 if ((DirPropFlag(dirProps[lastCcPos]) & MASK_ISO) != 0) /* after an isolate */ in bracketProcessBoundary()2452 if ((flags & (MASK_EXPLICIT | MASK_ISO)) == 0) { in resolveExplicitLevels()
1135 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI); field in Bidi1141 static final int MASK_WS = MASK_B_S|DirPropFlag(WS)|MASK_BN_EXPLICIT|MASK_ISO;2031 if ((DirPropFlag(dirProps[lastCcPos]) & MASK_ISO) != 0) /* after an isolate */ in bracketProcessBoundary()2416 if ((flags & (MASK_EXPLICIT | MASK_ISO)) == 0) { in resolveExplicitLevels()