Lines Matching refs:orderIndices
122 CIntVector orderIndices; in OpenStream() local
124 orderIndices.Add(formatIndex); in OpenStream()
132 orderIndices.Insert(numFinded++, i); in OpenStream()
134 orderIndices.Add(i); in OpenStream()
140 orderIndices.DeleteFrom(1); in OpenStream()
144 if (orderIndices.Size() >= 2 && (numFinded == 0 || extension.CompareNoCase(L"exe") == 0)) in OpenStream()
163 if (orderIndices.Size() >= 256) in OpenStream()
166 for (i = 0; i < orderIndices.Size(); i++) in OpenStream()
168 const CArcInfoEx &ai = codecs->Formats[orderIndices[i]]; in OpenStream()
188 int index = orderIndices[i]; in OpenStream()
195 orderIndices[i] = 0xFF; in OpenStream()
205 for (i = 0; i < orderIndices.Size(); i++) in OpenStream()
207 int val = orderIndices[i]; in OpenStream()
211 orderIndices = orderIndices2; in OpenStream()
227 for (int i = 0; i < orderIndices.Size(); i++) in OpenStream()
229 int index = orderIndices[i]; in OpenStream()
233 orderIndices.Delete(i--); in OpenStream()
234 orderIndices.Insert(0, index); in OpenStream()
240 if (orderIndices.Size() >= 2) in OpenStream()
246 for (int i = 0; i < orderIndices.Size(); i++) in OpenStream()
248 if (orderIndices[i] == isoIndex) iIso = i; in OpenStream()
249 if (orderIndices[i] == udfIndex) iUdf = i; in OpenStream()
253 orderIndices[iUdf] = isoIndex; in OpenStream()
254 orderIndices[iIso] = udfIndex; in OpenStream()
261 for (int i = 0; i < orderIndices.Size(); i++) in OpenStream()
269 FormatIndex = orderIndices[i]; in OpenStream()