Searched refs:currLink (Results 1 – 3 of 3) sorted by relevance
1209 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local1244 currLink = getLink(dest[i]); in shapeUnicode()1251 if ((currLink & 0xFF00) > 0 || (getLink(dest[i]) & IRRELEVANT) != 0) { in shapeUnicode()1267 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()1276 … currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()1301 [currLink & (LINKR + LINKL)]; in shapeUnicode()1303 if ((currLink & (LINKR+LINKL)) == 1) { in shapeUnicode()1330 }else if ((currLink & APRESENT) > 0) { in shapeUnicode()1331 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape); in shapeUnicode()1332 }else if ((currLink >> 8) > 0 && (currLink & IRRELEVANT) == 0) { in shapeUnicode()[all …]
1637 int currLink = getLink(dest[i]); in shapeUnicode() local1648 if ((currLink & '\uFF00') != 0 || isTashkeelChar(dest[i])) { in shapeUnicode()1665 if (((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0)) { in shapeUnicode()1676 currLink = getLink(wLamalef); // requires '\u0000', unfortunately in shapeUnicode()1703 [currLink & LINK_MASK]; in shapeUnicode()1735 dest[i] = (char)('\uFE70' + (currLink >> 8) + shape); in shapeUnicode()1740 if ((currLink & IRRELEVANT) == 0) { in shapeUnicode()1742 lastLink = currLink; in shapeUnicode()1749 currLink = nextLink; in shapeUnicode()1752 currLink = getLink(dest[i]); in shapeUnicode()
1685 int currLink = getLink(dest[i]); in shapeUnicode() local1696 if ((currLink & '\uFF00') != 0 || isTashkeelChar(dest[i])) { in shapeUnicode()1713 if (((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0)) { in shapeUnicode()1724 currLink = getLink(wLamalef); // requires '\u0000', unfortunately in shapeUnicode()1751 [currLink & LINK_MASK]; in shapeUnicode()1783 dest[i] = (char)('\uFE70' + (currLink >> 8) + shape); in shapeUnicode()1788 if ((currLink & IRRELEVANT) == 0) { in shapeUnicode()1790 lastLink = currLink; in shapeUnicode()1797 currLink = nextLink; in shapeUnicode()1800 currLink = getLink(dest[i]); in shapeUnicode()