Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java818 private static final int shapeTable[][][] = { field in ArabicShaping
1701 int shape = shapeTable[nextLink & LINK_MASK] in shapeUnicode()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java866 private static final int shapeTable[][][] = { field in ArabicShaping
1749 int shape = shapeTable[nextLink & LINK_MASK] in shapeUnicode()
/external/icu/icu4c/source/common/
Dushape.cpp327 static const uint8_t shapeTable[4][4][4]= variable
1299 Shape = shapeTable[nextLink & (LINKR + LINKL)] in shapeUnicode()