Home | History | Annotate | Download | only in common

Lines Matching defs:LAMALEF_SPACE_SUB

66 #define LAMALEF_SPACE_SUB  0xFFFF
743 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) ||
769 (options&U_SHAPE_X_LAMALEF_SUB_ALTERNATE) == 0) { /* if set, leave LAMALEF_SPACE_SUB in the output */
779 if(lamAlefOption&&dest[i] == LAMALEF_SPACE_SUB){
806 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) ||
846 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) ||
1252 dest[i] = LAMALEF_SPACE_SUB; /* The default case is to drop the Alef and replace */
1253 dest[lastPos] =wLamalef; /* it by LAMALEF_SPACE_SUB which is the last character in the */
1257 currLink = getLink(wLamalef); /* LAMALEF_SPACE_SUB is added here and is replaced by spaces */