Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DArabicShaping.java97 boolean curShapes = (t & MASK_NOSHAPE) == 0; in shape()
105 if (curShapes) { in shape()
109 if (curShapes) { in shape()
114 rightShapes = curShapes; in shape()
/external/icu/icu4c/source/layout/
DArabicShaping.cpp189 le_bool curShapes = (t & MASK_NOSHAPE) == 0; in shape() local
197 if (curShapes) { in shape()
202 rightShapes = curShapes; in shape()