Home
last modified time | relevance | path

Searched refs:kMethodsNames (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/GUI/
H A DCompressDialog.cpp124 static LPCSTR const kMethodsNames[] = variable
369 if (c.Name.IsEqualTo_Ascii_NoCase(kMethodsNames[g_7zMethods[k]])) in SetMethods()
1320 method = kMethodsNames[methodID]; in SetMethod2()
1335 methodID = ARRAY_SIZE(kMethodsNames) + extIndex; in SetMethod2()
1439 if ((unsigned)methodId < ARRAY_SIZE(kMethodsNames)) in GetMethodSpec()
1440 estimatedName = kMethodsNames[methodId]; in GetMethodSpec()
1442 estimatedName = ExternalMethods[methodId - ARRAY_SIZE(kMethodsNames)]; in GetMethodSpec()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/GUI/
H A DCompressDialog.cpp124 static const LPCWSTR kMethodsNames[] = variable
848 const LPCWSTR method = kMethodsNames[methodID]; in SetMethod()
900 for (int i = 0; i < MY_SIZE_OF_ARRAY(kMethodsNames); i++) in GetMethodID()
901 if (methodName.CompareNoCase(kMethodsNames[i]) == 0) in GetMethodID()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/GUI/
H A DCompressDialog.cpp116 static LPCSTR const kMethodsNames[] = variable
1118 const char *method = kMethodsNames[methodID]; in SetMethod()
1185 s = kMethodsNames[GetMethodID()]; in GetMethodSpec()