Home
last modified time | relevance | path

Searched refs:GetLength (Results 1 – 25 of 41) sorted by relevance

12

/reactos/modules/rostests/apitests/atl/
H A DCString.inl6 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 Dcstringt.h676 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 Datlsimpstr.h223 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 DACLCustomMRU.cpp46 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 DCAutoComplete.cpp78 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 Daclistisf.cpp189 if (m_szRawPath.GetLength() && m_iNextLocation == LT_DIRECTORY) in GetPaths()
191 INT cchExpand = m_szRawPath.GetLength(); in GetPaths()
/reactos/dll/shellext/acppage/
H A DCLayerUIPropPage.cpp182 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 Dsettingsdlg.cpp224 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 Dconfigparser.cpp66 if (tmp.GetLength() > 0) in ReadSection()
68 len += tmp.GetLength() + 1; in ReadSection()
121 if (szLocaleID.GetLength() >= 2) in CacheINI()
H A Dappinfo.cpp467 if (m_szInstallDate.GetLength() == 8) in RetrieveInstallDate()
515 dwNoModify = Tmp.GetLength() > 0 ? (Tmp[0] == '1') : 0; in RetrieveUninstallStrings()
H A Dsettings.cpp205 szDownloadDir.GetString(), szDownloadDir.GetLength() + 1); in ValidateStringSettings()
H A Dloaddlg.cpp248 hdcMem, m_szProgressText.GetString(), m_szProgressText.GetLength(), &myRect, in OnPaint()
807 urlLength = InfoArray[iAppId].szUrl.GetLength(); in ThreadFunc()
H A Dgeninst.cpp465 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 Ddllimport_framedyn.cpp43 GetLength();// ?GetLength@CHString@@QBEHXZ() in UseStuff()
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/
H A Dfxcommonbuffer.hpp100 GetLength( in GetLength() function in FxCommonBuffer
/reactos/dll/shellext/fontext/
H A DCDataObject.cpp65 UINT len = offset + (File.GetLength() + 1) * sizeof(WCHAR); in _CDataObject_CreateInstance()
/reactos/sdk/include/psdk/
H A Dwmsbuffer.idl29 HRESULT GetLength(
H A Dchstring.h95 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 DCZipExtract.cpp594 bool is_dir = Name.GetLength() > 0 && Name[Name.GetLength()-1] == '/'; in Extract()
700 else if (strErr.GetLength() == 0) in ShowExtractError()
H A DCZipCreator.cpp55 ret = filename.Mid(basename.GetLength()); in DoGetNameInZip()
/reactos/base/applications/rapps/include/
H A Dcrichedit.h85 GenericInsertText(szText.GetString(), szText.GetLength(), dwEffects); in InsertText()
H A Dmisc.h96 SIZE_T len = path.GetLength(); in BuildPath()
/reactos/dll/shellext/mydocs/
H A DCMyDocsDropHandler.cpp134 INT cch = strSrcList.GetLength(); in Drop()
/reactos/sdk/lib/drivers/wdf/kmdf/src/dma/base/
H A Dfxcommonbufferapi.cpp305 return pComBuf->GetLength(); in __drv_maxIRQL()
/reactos/sdk/lib/drivers/wdf/shared/core/um/
H A Dfxdeviceapium.cpp561 length = pDevice->GetLength(Size); in _IRQL_requires_max_()
790 length = pDevice->GetLength(Size); in _IRQL_requires_max_()

12