Lines Matching refs:SPACE_CHAR
71 #define SPACE_CHAR 0x0020 macro
445 while(dest[i] == SPACE_CHAR) { in countSpaces()
449 while(dest[size-1] == SPACE_CHAR) { in countSpaces()
681 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()
782 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()
826 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
873 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
917 while(dest[i] == SPACE_CHAR) { in expandCompositCharAtBegin()
975 while(dest[inpsize-1] == SPACE_CHAR) { in expandCompositCharAtEnd()
1003 tempbuffer[i] = SPACE_CHAR; in expandCompositCharAtEnd()
1034 if ((i>0) && (dest[i-1] == SPACE_CHAR) ) { in expandCompositCharAtNear()
1040 if ((i>0) && (dest[i-1] == SPACE_CHAR) ) { in expandCompositCharAtNear()
1049 if(dest[i] == SPACE_CHAR){ in expandCompositCharAtNear()
1275 if ((i > 0) && (dest[i-1] == SPACE_CHAR)){ in shapeUnicode()
1388 dest[i] = SPACE_CHAR; in deShapeUnicode()
1392 dest[i] = SPACE_CHAR; in deShapeUnicode()