Lines Matching full:countr
465 int32_t countl = 0,countr = 0;
472 countr++;
477 *spacesCountr = countr;
966 int32_t countr = 0;
981 countr++;
985 i = sourceLength - countr - 1;
989 if( countr>0 && isLamAlefChar(dest[i]) ) {
993 countr--;
995 if ((countr == 0) && isLamAlefChar(dest[i]) ) {
1004 if(countr > 0) {
1005 uprv_memmove(tempbuffer, tempbuffer+countr, sourceLength*U_SIZEOF_UCHAR);
1007 for(i=sourceLength-1;i>=sourceLength-countr;i--) {