Searched refs:MASK_SHAPE_LEFT (Results 1 – 3 of 3) sorted by relevance
22 static final int MASK_SHAPE_LEFT = 2; // if this bit set, shapes to left field in ArabicShaping29 public static final int VALUE_LEFT = MASK_SHAPE_LEFT;30 public static final int VALUE_DUAL = MASK_SHAPE_RIGHT | MASK_SHAPE_LEFT;87 boolean rightCauses = (rightType & MASK_SHAPE_LEFT) != 0; in shape()115 rightCauses = (t & MASK_SHAPE_LEFT) != 0; in shape()
40 MASK_SHAPE_LEFT = 2, // if this bit set, shapes to left enumerator50 ST_LEFT = MASK_SHAPE_LEFT,51 ST_DUAL = MASK_SHAPE_RIGHT | MASK_SHAPE_LEFT,
166 le_bool rightCauses = (rightType & MASK_SHAPE_LEFT) != 0; in shape()203 rightCauses = (t & MASK_SHAPE_LEFT) != 0; in shape()