Home
last modified time | relevance | path

Searched refs:rightShapes (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DArabicShaping.java86 boolean rightShapes = false; in shape()
101 if (rightShapes) { in shape()
114 rightShapes = curShapes; in shape()
119 if (rightShapes && rightCauses && (leftType & MASK_SHAPE_RIGHT) != 0) { in shape()
/external/icu/icu4c/source/layout/
DArabicShaping.cpp165 le_bool rightShapes = FALSE; in shape() local
193 if (rightShapes) { in shape()
202 rightShapes = curShapes; in shape()
207 if (rightShapes && rightCauses && (leftType & MASK_SHAPE_RIGHT) != 0) { in shape()