Lines Matching refs:SPACE_CHAR
71 #define SPACE_CHAR 0x0020 macro
466 while((dest[i] == SPACE_CHAR) && (countl < size)) { in countSpaces()
471 while(dest[size-1] == SPACE_CHAR) { in countSpaces()
700 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()
797 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()
835 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
875 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
919 while(dest[i] == SPACE_CHAR) { in expandCompositCharAtBegin()
980 while(dest[inpsize-1] == SPACE_CHAR) { in expandCompositCharAtEnd()
1008 tempbuffer[i] = SPACE_CHAR; in expandCompositCharAtEnd()
1039 if ((i>0) && (dest[i-1] == SPACE_CHAR) ) { in expandCompositCharAtNear()
1045 if ((i>0) && (dest[i-1] == SPACE_CHAR) ) { in expandCompositCharAtNear()
1054 if(dest[i] == SPACE_CHAR){ in expandCompositCharAtNear()
1277 if ((i > 0) && (dest[i-1] == SPACE_CHAR)){ in shapeUnicode()
1392 dest[i] = SPACE_CHAR; in deShapeUnicode()
1396 dest[i] = SPACE_CHAR; in deShapeUnicode()