Home | History | Annotate | Download | only in src

Lines Matching refs:lastPos

381     int lastPos = 0;
402 properties[lastPos].shape = joining_table[shape][j].form1;
407 if (properties[lastPos].shape == XInitial || properties[lastPos].shape == XMedial)
411 if (properties[lastPos].shape == XFinal)
412 properties[lastPos-1].justification = HB_Arabic_HaaDal;
415 if (properties[lastPos].shape == XFinal)
416 properties[lastPos-1].justification = HB_Arabic_Alef;
419 if (properties[lastPos].shape == XFinal)
420 properties[lastPos-1].justification = HB_Arabic_Waw;
423 if (properties[lastPos].shape == XFinal)
424 properties[lastPos-1].justification = HB_Arabic_Normal;
463 if (properties[lastPos].shape == XMedial && arabicGroup(chars[lastPos]) == Beh)
464 properties[lastPos-1].justification = HB_Arabic_BaRa;
481 lastPos = i;
483 properties[lastPos].shape = joining_table[shape][JNone].form1;
509 int lastPos = 0;
527 properties[lastPos].shape = joining_table[shape][j].form1;
531 lastPos = i;
533 properties[lastPos].shape = joining_table[shape][JNone].form1;