Home
last modified time | relevance | path

Searched refs:formatIndex (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp64 int formatIndex = FindFormatCalssId(clsid); in CreateArchiver()
65 if (formatIndex < 0) in CreateArchiver()
68 const CArcInfo &arc = *g_Arcs[formatIndex]; in CreateArchiver()
86 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) in GetHandlerProperty2() argument
89 if (formatIndex >= g_NumArcs) in GetHandlerProperty2()
91 const CArcInfo &arc = *g_Arcs[formatIndex]; in GetHandlerProperty2()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp108 int formatIndex, in OpenStream() argument
123 if (formatIndex >= 0) in OpenStream()
124 orderIndices.Add(formatIndex); in OpenStream()
329 int formatIndex, in OpenStreamOrFile() argument
356 return OpenStream(codecs, formatIndex, stream, seqStream, callback); in OpenStreamOrFile()
392 int formatIndex = -1; in Open() local
397 formatIndex = formatIndices[formatIndices.Size() - Arcs.Size() - 1]; in Open()
407 RINOK(arc.OpenStreamOrFile(codecs, formatIndex, stdInMode, stream, callback)); in Open()
452 HRESULT result = arc2.OpenStream(codecs, formatIndex, subStream, NULL, callback); in Open()
DLoadCodecs.h188 HRESULT CreateInArchive(int formatIndex, CMyComPtr<IInArchive> &archive) const in CreateInArchive() argument
190 const CArcInfoEx &ai = Formats[formatIndex]; in CreateInArchive()
202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const in CreateOutArchive() argument
204 const CArcInfoEx &ai = Formats[formatIndex]; in CreateOutArchive()
DOpenArchive.h38 int formatIndex,
45 int formatIndex,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2347 int formatIndex = 0; in writeObject() local
2350 out.writeInt(formatIndex); in writeObject()
2353 ++formatIndex; in writeObject()
2379 int formatIndex = in.readInt(); in readObject() local
2381 setFormat(formatIndex, formatter); in readObject()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js2984 var formatIndex = 0;
2990 for (var formatIndex = 0; formatIndex < format.length;) {
2991 if (format[formatIndex] === '%' && format[formatIndex+1] == 'n') {
2995 formatIndex += 2;
2999 if (format[formatIndex] === '%' && format[formatIndex+1] == 'c') {
3005 formatIndex += 2;
3015 if (format[formatIndex] === '%') {
3016 formatIndex++;
3018 if (format[formatIndex] == '*') {
3020 formatIndex++;
[all …]