Home | History | Annotate | Download | only in text

Lines Matching defs:MASK_BN_EXPLICIT

1162     static final int MASK_BN_EXPLICIT = DirPropFlag(BN)|MASK_EXPLICIT;
1171 static final int MASK_WS = MASK_B_S|DirPropFlag(WS)|MASK_BN_EXPLICIT|MASK_ISO;
3457 (DirPropFlag(dirProps[k]) & MASK_BN_EXPLICIT) != 0;
3539 (DirPropFlag(dirProps[i]) & MASK_BN_EXPLICIT) != 0;
3583 if ((flag & MASK_BN_EXPLICIT) != 0) {
4183 ((DirPropFlag(dirProps[limit]) & MASK_BN_EXPLICIT) != 0))) {}