Searched refs:AIndex (Results 1 – 4 of 4) sorted by relevance
216 for (int AIndex = A.find_first(); AIndex != -1;) { in anyCommonExcludingForbidden() local217 const int BIndex = B.find_first_in(AIndex, Size); in anyCommonExcludingForbidden()220 if (AIndex == BIndex && !Forbidden.test(AIndex)) in anyCommonExcludingForbidden()222 AIndex = A.find_first_in(BIndex + 1, Size); in anyCommonExcludingForbidden()
367 AIndex: Integer;374 AIndex := 1;376 FIList.DeleteRange(AIndex, ACount);
157 procedure DeleteRange(AIndex, ACount: Integer);
2589 constructor Create(const AIndex: Integer; const AText: IANTLRInterface;6396 constructor TTokenRewriteStream.TRewriteOperation.Create(const AIndex: Integer;6400 FIndex := AIndex;