Home | History | Annotate | Download | only in RegularExpressionDxe

Lines Matching refs:Index

92   UINT32          Index;

163 for (Index = 0; Index < *CapturesCount; ++Index) {
167 (*Captures)[Index].CapturePtr = (CHAR16*)((UINTN)String + Region->beg[Index]);
168 (*Captures)[Index].Length = (Region->end[Index] - Region->beg[Index]) / sizeof(CHAR16);
220 UINTN Index;
237 for (Index = 0; Index < ARRAY_SIZE (mSupportedSyntaxes); ++Index) {
238 CopyMem (&RegExSyntaxTypeList[Index], mSupportedSyntaxes[Index], sizeof(**mSupportedSyntaxes));
307 UINT32 Index;
321 for (Index = 0; Index < ARRAY_SIZE (mSupportedSyntaxes); ++Index) {
322 if (CompareGuid (SyntaxType, mSupportedSyntaxes[Index])) {