Searched refs:SPACE_CHAR (Results 1 – 3 of 3) sorted by relevance
527 private static final char SPACE_CHAR = '\u0020'; field in ArabicShaping946 if (dest[i] != SPACE_CHAR) { in countSpacesLeft()958 if (dest[i] != SPACE_CHAR) { in countSpacesRight()1215 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()1265 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()1286 dest[--wL] = SPACE_CHAR; in handleGeneratedSpaces()1293 dest[--wT] = SPACE_CHAR; in handleGeneratedSpaces()1334 dest[wL++] = SPACE_CHAR; in handleGeneratedSpaces()1341 dest[wT++] = SPACE_CHAR; in handleGeneratedSpaces()1429 if (i>start &&dest[i-1] == SPACE_CHAR) { in expandCompositCharAtNear()[all …]
572 private static final char SPACE_CHAR = '\u0020'; field in ArabicShaping994 if (dest[i] != SPACE_CHAR) { in countSpacesLeft()1006 if (dest[i] != SPACE_CHAR) { in countSpacesRight()1263 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()1313 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()1334 dest[--wL] = SPACE_CHAR; in handleGeneratedSpaces()1341 dest[--wT] = SPACE_CHAR; in handleGeneratedSpaces()1382 dest[wL++] = SPACE_CHAR; in handleGeneratedSpaces()1389 dest[wT++] = SPACE_CHAR; in handleGeneratedSpaces()1477 if (i>start &&dest[i-1] == SPACE_CHAR) { in expandCompositCharAtNear()[all …]
71 #define SPACE_CHAR 0x0020 macro468 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()[all …]