Searched refs:rightType (Results 1 – 3 of 3) sorted by relevance
143 ShapeType rightType = ST_NOSHAPE_NONE, leftType = ST_NOSHAPE_NONE; in shape() local148 rightType = getShapeType(chars[i]); in shape()150 if (rightType != ST_TRANSPARENT) { in shape()166 le_bool rightCauses = (rightType & MASK_SHAPE_LEFT) != 0; in shape()
67 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) { in shape() argument87 boolean rightCauses = (rightType & MASK_SHAPE_LEFT) != 0; in shape()
39 int rightType = ArabicShaping.VALUE_NONE; in convertArabicString() local46 rightType = ArabicShaping.VALUE_LEFT; in convertArabicString()54 rightType = ArabicShaping.VALUE_LEFT; in convertArabicString()64 ArabicShaping.shape(chars, leftType, rightType, isolClassTable); in convertArabicString()