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