Searched refs:wLamalef (Results 1 – 3 of 3) sorted by relevance
1210 UChar wLamalef; in shapeUnicode() local1269 wLamalef = changeLamAlef(dest[i]); /*get from 0x065C-0x065f */ in shapeUnicode()1270 if ( wLamalef != 0) { in shapeUnicode()1272 … dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */ in shapeUnicode()1276 … 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()