Home | History | Annotate | Download | only in UiApp

Lines Matching refs:Index

289   UINTN  Index;

296 Index = 0;
298 while (StringPtr[Index] != 0 && StringPtr[Index] != ';') {
299 Index++;
302 CopyMem (Lang, StringPtr, Index);
303 Lang[Index] = 0;
305 if (StringPtr[Index] == ';') {
306 Index++;
308 *LangCode = StringPtr + Index;