Home | History | Annotate | Download | only in text

Lines Matching defs:MASK_BN_EXPLICIT

1138     static final int MASK_BN_EXPLICIT = DirPropFlag(BN)|MASK_EXPLICIT;
1147 static final int MASK_WS = MASK_B_S|DirPropFlag(WS)|MASK_BN_EXPLICIT|MASK_ISO;
3423 (DirPropFlag(dirProps[k]) & MASK_BN_EXPLICIT) != 0;
3505 (DirPropFlag(dirProps[i]) & MASK_BN_EXPLICIT) != 0;
3549 if ((flag & MASK_BN_EXPLICIT) != 0) {
4146 ((DirPropFlag(dirProps[limit]) & MASK_BN_EXPLICIT) != 0))) {}