Searched refs:wLamalef (Results 1 – 6 of 6) sorted by relevance
1208 UChar wLamalef; in shapeUnicode() local1267 wLamalef = changeLamAlef(dest[i]); /*get from 0x065C-0x065f */ in shapeUnicode()1268 if ( wLamalef != 0) { in shapeUnicode()1270 … dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */ in shapeUnicode()1274 … currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */ in shapeUnicode()
1667 char wLamalef = changeLamAlef(dest[i]); // get from 0x065C-0x065f in shapeUnicode() local1668 if (wLamalef != '\u0000') { in shapeUnicode()1671 dest[lastPos] = wLamalef; in shapeUnicode()1676 currLink = getLink(wLamalef); // requires '\u0000', unfortunately in shapeUnicode()
1715 char wLamalef = changeLamAlef(dest[i]); // get from 0x065C-0x065f in shapeUnicode() local1716 if (wLamalef != '\u0000') { in shapeUnicode()1719 dest[lastPos] = wLamalef; in shapeUnicode()1724 currLink = getLink(wLamalef); // requires '\u0000', unfortunately in shapeUnicode()