Searched refs:currLink (Results 1 – 2 of 2) sorted by relevance
360 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local385 currLink = getLink(dest[i]); in shapeUnicode()393 if ((currLink & 0xFF00) > 0 || isTashkeelChar(dest[i])) { in shapeUnicode()409 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()418 currLink = getLink(wLamalef); in shapeUnicode()429 [currLink & (LINKR + LINKL)]; in shapeUnicode()451 dest[i] = (UChar)((dest[i] < 0x0670 ? 0xFE70 : 0xFB50) + (currLink >> 8) + Shape); in shapeUnicode()455 if ((currLink & IRRELEVANT) == 0) { in shapeUnicode()457 lastLink = currLink; in shapeUnicode()464 currLink = nextLink; in shapeUnicode()[all …]
1205 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local1240 currLink = getLink(dest[i]); in shapeUnicode()1247 if ((currLink & 0xFF00) > 0 || (getLink(dest[i]) & IRRELEVANT) != 0) { in shapeUnicode()1263 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()1272 … currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()1297 [currLink & (LINKR + LINKL)]; in shapeUnicode()1299 if ((currLink & (LINKR+LINKL)) == 1) { in shapeUnicode()1322 }else if ((currLink & APRESENT) > 0) { in shapeUnicode()1323 dest[i] = (UChar)(0xFB50 + (currLink >> 8) + Shape); in shapeUnicode()1324 }else if ((currLink >> 8) > 0 && (currLink & IRRELEVANT) == 0) { in shapeUnicode()[all …]