Searched refs:wLamalef (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/text/mac/
H A DShapeArabic.c361 UChar wLamalef; local
411 wLamalef = changeLamAlef(dest[i]); /*get from 0x065C-0x065f */
412 if ( wLamalef != 0) {
414 dest[lastPos] =wLamalef; /* it by a space. */
418 currLink = getLink(wLamalef);
/external/icu4c/common/
H A Dushape.c1206 UChar wLamalef; local
1265 wLamalef = changeLamAlef(dest[i]); /*get from 0x065C-0x065f */
1266 if ( wLamalef != 0) {
1268 dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */
1272 currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */

Completed in 266 milliseconds