Home | History | Annotate | Download | only in common

Lines Matching refs:LAM_CHAR

70 #define LAM_CHAR           0x0644
628 if( ((isAlefChar(source[i]))&& (i<(sourceLength-1)) &&(source[i+1] == LAM_CHAR)) || (isTashkeelCharFE(source[i])) ) {
634 if( ( (source[i] == LAM_CHAR) && (i<(sourceLength-1)) && (isAlefChar(source[i+1]))) || (isTashkeelCharFE(source[i])) ) {
913 tempbuffer[j] = LAM_CHAR;
972 tempbuffer[j] = LAM_CHAR;
1038 dest[i+1] = LAM_CHAR;
1153 tempbuffer[j+1] = LAM_CHAR;