Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DArabicShaping.cpp34 ArabicShaping::ShapeType ArabicShaping::getShapeType(LEUnicode c) in getShapeType() function in ArabicShaping
148 rightType = getShapeType(chars[i]); in shape()
156 leftType = getShapeType(chars[i]); in shape()
177 ShapeType t = getShapeType(c); in shape()
DArabicShaping.h68 static ShapeType getShapeType(LEUnicode c);
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DArabicShaping.java35 public static int getShapeType(char ch) in getShapeType() method in ArabicShaping
91 int t = getShapeType(c); in shape()