Lines Matching refs:Index
98 UINTN Index;
104 for (Index = 0; Ascii[Index] != '\0'; Index++)
108 ((Index + 1) * sizeof (CHAR16))
114 for (Index = 0; Ascii[Index] != '\0'; Index++) {
115 Unicode[Index] = (CHAR16) Ascii[Index];
118 Unicode[Index] = '\0';
121 *StrLen = Index;
147 UINTN Index;
173 DllFileName = AsciiToUnicode (ImageContext->PdbPointer, &Index);
178 if (Index < 5 || DllFileName[Index - 4] != '.') {
191 DllFileName[Index - 3] = 'D';
192 DllFileName[Index - 2] = 'L';
193 DllFileName[Index - 1] = 'L';