/reactos/modules/rostests/apitests/atl/ |
H A D | CString.inl | 6 ok(test.GetLength() == 0, "Expected GetLength() to be 0, was: %i\n", test.GetLength()); 19 ok(first.GetLength() == 6, "Expected GetLength() to be 6, was: %i\n", first.GetLength()); 24 ok(second.GetLength() == 6, "Expected GetLength() to be 6, was: %i\n", second.GetLength()); 29 ok(test.GetLength() == 6, "Expected GetLength() to be 6, was: %i\n", test.GetLength()); 34 ok(test.GetLength() == 0, "Expected GetLength() to be 0, was: %i\n", test.GetLength()); 39 ok(test.GetLength() == 6, "Expected GetLength() to be 6, was: %i\n", test.GetLength()); 44 ok(test.GetLength() == 12, "Expected GetLength() to be 12, was: %i\n", test.GetLength()); 219 ok(m.GetLength() == 3, "Expected GetLength() to be 3, was: %i\n", m.GetLength()); 223 ok(m.GetLength() == 3, "Expected GetLength() to be 3, was: %i\n", m.GetLength()); 227 ok(m.GetLength() == 3, "Expected GetLength() to be 3, was: %i\n", m.GetLength()); [all …]
|
/reactos/sdk/lib/atl/ |
H A D | cstringt.h | 676 int nLength = CThisSimpleString::GetLength(); in MakeLower() 687 int nLength = CThisSimpleString::GetLength(); in MakeUpper() 698 int nLength = CThisSimpleString::GetLength(); 711 int nLength = CThisSimpleString::GetLength(); 750 int nLength = CThisSimpleString::GetLength(); in Mid() 766 int nLength = CThisSimpleString::GetLength(); in Mid() 778 int nLength = CThisSimpleString::GetLength(); in Left() 790 int nLength = CThisSimpleString::GetLength(); in Right() 932 int nLength = CThisSimpleString::GetLength(); in Replace() 964 if (iStart < CThisSimpleString::GetLength()) in Tokenize() [all …]
|
H A D | atlsimpstr.h | 223 SetString(strSrc.GetString(), strSrc.GetLength()); 277 int nOldLength = GetLength(); in Append() 306 Append(strSrc.GetString(), strSrc.GetLength()); in Append() 323 UINT nOldLength = GetLength(); in SetString() 362 int GetLength() const noexcept in GetLength() function 396 return (GetLength() == 0); in IsEmpty() 416 Concatenate(s, str1, str1.GetLength(), str2, str2.GetLength()); 425 Concatenate(s, str1, str1.GetLength(), psz2, StringLength(psz2)); 434 Concatenate(s, psz1, StringLength(psz1), str2, str2.GetLength());
|
/reactos/dll/win32/browseui/ |
H A D | ACLCustomMRU.cpp | 46 size_t cb = (str.GetLength() + 1) * sizeof(WCHAR); in Next() 92 for (int Index = 0; Index < m_MRUList.GetLength(); ++Index) in PersistMRU() 220 ATLASSERT(m_MRUData.GetSize() <= m_MRUList.GetLength()); in AddMRUString() 235 int TotalLen = m_MRUList.GetLength(); in AddMRUString()
|
H A D | CAutoComplete.cpp | 78 if (::StrCmpNIW(strBody, strText, strText.GetLength()) == 0) in DoesMatch() 81 else if (::StrCmpNIW(strTarget, strText, strText.GetLength()) == 0) in DoesMatch() 815 ::StrCmpNIW(strBody, strText, strText.GetLength()) == 0) in DoAutoAppend() 823 for (INT ich = 0; ich < strBody.GetLength(); ++ich) in DoAutoAppend() 825 if (strCommon.GetLength() <= ich) in DoAutoAppend() 845 for (INT ich = 0; ich < strItem.GetLength(); ++ich) in DoAutoAppend() 847 if (strCommon.GetLength() <= ich) in DoAutoAppend() 858 if (strCommon.IsEmpty() || strCommon.GetLength() <= strText.GetLength()) in DoAutoAppend() 865 SetEditSel(strText.GetLength(), strCommon.GetLength()); in DoAutoAppend() 930 INT cch = m_strText.GetLength(); in OnEditKeyDown() [all …]
|
H A D | aclistisf.cpp | 189 if (m_szRawPath.GetLength() && m_iNextLocation == LT_DIRECTORY) in GetPaths() 191 INT cchExpand = m_szRawPath.GetLength(); in GetPaths()
|
/reactos/dll/shellext/acppage/ |
H A D | CLayerUIPropPage.cpp | 182 if (ExpandedFilename.GetLength() >= tmp.GetLength() && in InitFile() 183 ExpandedFilename.Left(tmp.GetLength()).MakeLower() == tmp.MakeLower()) in InitFile() 190 if (ExpandedFilename.GetLength() >= tmp.GetLength() && in InitFile() 191 ExpandedFilename.Left(tmp.GetLength()).MakeLower() == tmp.MakeLower()) in InitFile()
|
/reactos/base/applications/rapps/ |
H A D | settingsdlg.cpp | 224 szProxy.GetLength() + 1); in SettingsDlgProc() 230 szNoProxy.GetLength() + 1); in SettingsDlgProc() 237 szDir.GetLength() + 1); in SettingsDlgProc() 271 szSource.GetLength() + 1); in SettingsDlgProc()
|
H A D | configparser.cpp | 66 if (tmp.GetLength() > 0) in ReadSection() 68 len += tmp.GetLength() + 1; in ReadSection() 121 if (szLocaleID.GetLength() >= 2) in CacheINI()
|
H A D | appinfo.cpp | 467 if (m_szInstallDate.GetLength() == 8) in RetrieveInstallDate() 515 dwNoModify = Tmp.GetLength() > 0 ? (Tmp[0] == '1') : 0; in RetrieveUninstallStrings()
|
H A D | settings.cpp | 205 szDownloadDir.GetString(), szDownloadDir.GetLength() + 1); in ValidateStringSettings()
|
H A D | loaddlg.cpp | 248 hdcMem, m_szProgressText.GetString(), m_szProgressText.GetLength(), &myRect, in OnPaint() 807 urlLength = InfoArray[iAppId].szUrl.GetLength(); in ThreadFunc()
|
H A D | geninst.cpp | 465 Info.InstallDirLen = installdir.GetLength() + 1; in ExtractAndInstallThread() 532 UINT cch = tmp.GetLength(), bitness = IsSystem64Bit() ? 64 : 32; in ExtractAndInstallThread()
|
/reactos/modules/rostests/tests/dllexport/ |
H A D | dllimport_framedyn.cpp | 43 GetLength();// ?GetLength@CHString@@QBEHXZ() in UseStuff()
|
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/ |
H A D | fxcommonbuffer.hpp | 100 GetLength( in GetLength() function in FxCommonBuffer
|
/reactos/dll/shellext/fontext/ |
H A D | CDataObject.cpp | 65 UINT len = offset + (File.GetLength() + 1) * sizeof(WCHAR); in _CDataObject_CreateInstance()
|
/reactos/sdk/include/psdk/ |
H A D | wmsbuffer.idl | 29 HRESULT GetLength(
|
H A D | chstring.h | 95 int GetLength() const; 238 DEFINE_FRAMEDYN_ALIAS(__ZNK8CHString9GetLengthEv, ?GetLength@CHString@@QBEHXZ) 321 DEFINE_FRAMEDYN_ALIAS(_ZNK8CHString9GetLengthEv, ?GetLength@CHString@@QEBAHXZ) // public: int __thi…
|
/reactos/dll/shellext/zipfldr/ |
H A D | CZipExtract.cpp | 594 bool is_dir = Name.GetLength() > 0 && Name[Name.GetLength()-1] == '/'; in Extract() 700 else if (strErr.GetLength() == 0) in ShowExtractError()
|
H A D | CZipCreator.cpp | 55 ret = filename.Mid(basename.GetLength()); in DoGetNameInZip()
|
/reactos/base/applications/rapps/include/ |
H A D | crichedit.h | 85 GenericInsertText(szText.GetString(), szText.GetLength(), dwEffects); in InsertText()
|
H A D | misc.h | 96 SIZE_T len = path.GetLength(); in BuildPath()
|
/reactos/dll/shellext/mydocs/ |
H A D | CMyDocsDropHandler.cpp | 134 INT cch = strSrcList.GetLength(); in Drop()
|
/reactos/sdk/lib/drivers/wdf/kmdf/src/dma/base/ |
H A D | fxcommonbufferapi.cpp | 305 return pComBuf->GetLength(); in __drv_maxIRQL()
|
/reactos/sdk/lib/drivers/wdf/shared/core/um/ |
H A D | fxdeviceapium.cpp | 561 length = pDevice->GetLength(Size); in _IRQL_requires_max_() 790 length = pDevice->GetLength(Size); in _IRQL_requires_max_()
|