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