Searched refs:MASK_SHAPE_LEFT (Results 1 – 1 of 1) sorted by relevance
24 static final int MASK_SHAPE_LEFT = 2; // if this bit set, shapes to left field in ArabicShaping31 public static final int VALUE_LEFT = MASK_SHAPE_LEFT;32 public static final int VALUE_DUAL = MASK_SHAPE_RIGHT | MASK_SHAPE_LEFT;89 boolean rightCauses = (rightType & MASK_SHAPE_LEFT) != 0; in shape()117 rightCauses = (t & MASK_SHAPE_LEFT) != 0; in shape()