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