Lines Matching refs:countr
467 int32_t countl = 0,countr = 0; in countSpaces() local
474 countr++; in countSpaces()
479 *spacesCountr = countr; in countSpaces()
968 int32_t countr = 0; in expandCompositCharAtEnd() local
983 countr++; in expandCompositCharAtEnd()
987 i = sourceLength - countr - 1; in expandCompositCharAtEnd()
991 if( countr>0 && isLamAlefChar(dest[i]) ) { in expandCompositCharAtEnd()
995 countr--; in expandCompositCharAtEnd()
997 if ((countr == 0) && isLamAlefChar(dest[i]) ) { in expandCompositCharAtEnd()
1006 if(countr > 0) { in expandCompositCharAtEnd()
1007 u_memmove(tempbuffer, tempbuffer+countr, sourceLength); in expandCompositCharAtEnd()
1009 for(i=sourceLength-1;i>=sourceLength-countr;i--) { in expandCompositCharAtEnd()