Searched refs:countr (Results 1 – 2 of 2) sorted by relevance
467 int32_t countl = 0,countr = 0; in countSpaces() local474 countr++; in countSpaces()479 *spacesCountr = countr; in countSpaces()968 int32_t countr = 0; in expandCompositCharAtEnd() local983 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()[all …]
52 void *InternalCalloc(uptr countr, uptr size,