Home | History | Annotate | Download | only in common

Lines Matching refs:countr

443     int32_t countl = 0,countr = 0;
450 countr++;
455 *spacesCountr = countr;
949 int32_t countr = 0;
964 countr++;
968 i = sourceLength - countr - 1;
972 if( countr>0 && isLamAlefChar(dest[i]) ) {
976 countr--;
978 if ((countr == 0) && isLamAlefChar(dest[i]) ) {
987 if(countr > 0) {
988 uprv_memmove(tempbuffer, tempbuffer+countr, sourceLength*U_SIZEOF_UCHAR);
990 for(i=sourceLength-1;i>=sourceLength-countr;i--) {