HomeSort by relevance Sort by last modified time
    Searched defs:formatIndex (Results 1 - 11 of 11) sorted by null

  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 68 int formatIndex = FindFormatCalssId(clsid);
69 if (formatIndex < 0)
72 const CArcInfo &arc = *g_Arcs[formatIndex];
90 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value)
94 if (formatIndex >= g_NumArcs)
96 const CArcInfo &arc = *g_Arcs[formatIndex];
142 STDAPI GetIsArc(UInt32 formatIndex, Func_IsArc *isArc)
145 if (formatIndex >= g_NumArcs)
147 *isArc = g_Arcs[formatIndex]->IsArc;
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 347 if (MethodMode.Type.FormatIndex < 0)
353 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
354 if (MethodMode.Type.FormatIndex >= 0)
364 int formatIndex = MethodMode.Type.FormatIndex;
365 if (formatIndex < 0)
371 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex];
487 int formatIndex = options.MethodMode.Type.FormatIndex;
490 formatIndex = arc->FormatIndex;
    [all...]
OpenArchive.cpp 46 - formatIndex >= 0 (exact Format)
50 - formatIndex = -1 (Parser:0) (default)
53 - formatIndex = -2 (#1)
77 - formatIndex = -3 (#2)
81 - formatIndex = -4 (#3)
84 - formatIndex = -5 (#4)
139 int FormatIndex;
1040 HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive)
1043 // PrintNumber("formatIndex", formatIndex);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h     [all...]
msxml2.h     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 775 milliseconds