Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DArabicShaping.cpp39 le_int32 joiningType = joiningTypes->getGlyphClass(joiningTypes, c, success); in getShapeType() local
41 if (joiningType >= 0 && joiningType < ArabicShaping::JT_COUNT && LE_SUCCESS(success)) { in getShapeType()
42 return ArabicShaping::shapeTypes[joiningType]; in getShapeType()