Lines Matching refs:SPACE_CHAR
71 #define SPACE_CHAR 0x0020 macro
468 while((dest[i] == SPACE_CHAR) && (countl < size)) { in countSpaces()
473 while(dest[size-1] == SPACE_CHAR) { in countSpaces()
702 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()
799 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()
837 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
877 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
921 while(dest[i] == SPACE_CHAR) { in expandCompositCharAtBegin()
982 while(dest[inpsize-1] == SPACE_CHAR) { in expandCompositCharAtEnd()
1010 tempbuffer[i] = SPACE_CHAR; in expandCompositCharAtEnd()
1041 if ((i>0) && (dest[i-1] == SPACE_CHAR) ) { in expandCompositCharAtNear()
1047 if ((i>0) && (dest[i-1] == SPACE_CHAR) ) { in expandCompositCharAtNear()
1056 if(dest[i] == SPACE_CHAR){ in expandCompositCharAtNear()
1279 if ((i > 0) && (dest[i-1] == SPACE_CHAR)){ in shapeUnicode()
1394 dest[i] = SPACE_CHAR; in deShapeUnicode()
1398 dest[i] = SPACE_CHAR; in deShapeUnicode()