Lines Matching refs:DirPropFlag

892     static int DirPropFlag(byte dir) {
908 * The following is a variant of DirProp.DirPropFlag() which ignores the
915 static final int DirPropFlagMultiRuns = DirPropFlag((byte)31);
918 static final int DirPropFlagLR[] = { DirPropFlag(L), DirPropFlag(R) };
919 static final int DirPropFlagE[] = { DirPropFlag(LRE), DirPropFlag(RLE) };
920 static final int DirPropFlagO[] = { DirPropFlag(LRO), DirPropFlag(RLO) };
930 DirPropFlag(L)|DirPropFlag(EN)|DirPropFlag(AN)|DirPropFlag(LRE)|DirPropFlag(LRO);
935 static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO);
938 private static final int MASK_LRX = DirPropFlag(LRE)|DirPropFlag(LRO);
939 private static final int MASK_RLX = DirPropFlag(RLE)|DirPropFlag(RLO);
940 private static final int MASK_EXPLICIT = MASK_LRX|MASK_RLX|DirPropFlag(PDF);
941 private static final int MASK_BN_EXPLICIT = DirPropFlag(BN)|MASK_EXPLICIT;
944 private static final int MASK_B_S = DirPropFlag(B)|DirPropFlag(S);
947 static final int MASK_WS = MASK_B_S|DirPropFlag(WS)|MASK_BN_EXPLICIT;
948 private static final int MASK_N = DirPropFlag(ON)|MASK_WS;
951 private static final int MASK_POSSIBLE_N = DirPropFlag(CS)|DirPropFlag(ES)|DirPropFlag(ET)|MASK_N;
958 static final int MASK_EMBEDDING = DirPropFlag(NSM)|MASK_POSSIBLE_N;
1243 flags |= DirPropFlag(dirProp);
1246 flags |= DirPropFlag(BN);
1306 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) {
1307 flags |= DirPropFlag(L);
1317 ((flags & DirPropFlag(AN)) != 0 &&
1442 flags |= DirPropFlag(BN);
1462 flags |= DirPropFlag(BN);
1478 flags |= DirPropFlag(BN);
1491 flags |= DirPropFlag(B);
1496 flags |= DirPropFlag(BN);
1509 flags |= DirPropFlag(dirProp);
1523 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) {
1524 flags |= DirPropFlag(L);
1572 flags |= DirPropFlagE(level) | DirPropFlag(dirProp);
2253 if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) {
2266 } else if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) {
2494 flags = DirPropFlag(R);
2497 flags = DirPropFlag(L);