Lines Matching refs:index
380 static NRecursedType::EEnum GetRecursedTypeFromIndex(int index)
382 switch (index)
403 int index = FindCharPosInString(g_Commands, (char)s[0]);
404 if (index < 0)
406 command.CommandType = (NCommandType::EEnum)index;
711 int index = -1;
713 index = FindCharPosInString(kRecursedPostCharSet, (char)c);
714 nop2.RecursedType = GetRecursedTypeFromIndex(index);
715 if (index >= 0)
964 int index = prop.Name.Find(L'=');
965 if (index >= 0)
967 prop.Value = prop.Name.Ptr((unsigned)(index + 1));
968 prop.Name.DeleteFrom((unsigned)index);