Searched refs:nMatCount (Results 1 – 1 of 1) sorted by relevance
4298 SCSIZE nMatCount, bool bReverse) in lcl_GetLastMatch() argument4308 while (rIndex < nMatCount-1 && rMat.IsValue(rIndex+1) && in lcl_GetLastMatch()4319 while (rIndex < nMatCount-1 && rMat.IsEmptyPath(rIndex+1)) in lcl_GetLastMatch()4328 while (rIndex < nMatCount-1 && rMat.IsEmpty(rIndex+1)) in lcl_GetLastMatch()4339 while (rIndex < nMatCount-1 && rMat.IsString(rIndex+1) && in lcl_GetLastMatch()4474 SCSIZE nMatCount = (nC == 1) ? nR : nC; in ScMatch() local4481 for (SCSIZE i = 0; i < nMatCount; ++i) in ScMatch()4497 SCSIZE nFirst = 0, nLast = nMatCount-1, nHitIndex = 0; in ScMatch()4505 lcl_GetLastMatch( nMid, *pMatSrc, nMatCount, !bAscOrder); in ScMatch()4535 if (nHitIndex == nMatCount-1) // last item in ScMatch()[all …]