Home
last modified time | relevance | path

Searched refs:cchDest (Results 1 – 4 of 4) sorted by relevance

/third_party/python/PC/
Dpyshellext.cpp69 HRESULT FilenameListCchCopyA(STRSAFE_LPSTR pszDest, size_t cchDest, LPCSTR pszSource, LPCSTR pszSep… in FilenameListCchCopyA() argument
77 hr = StringCchCopyExA(pszDest, cchDest, pszSource, &newDest, &cchDest, 0); in FilenameListCchCopyA()
85 hr = StringCchCopyExA(pszDest, cchDest, pszSeparator, &newDest, &cchDest, 0); in FilenameListCchCopyA()
96 HRESULT FilenameListCchCopyW(STRSAFE_LPWSTR pszDest, size_t cchDest, LPCWSTR pszSource, LPCWSTR psz… in FilenameListCchCopyW() argument
104 hr = StringCchCopyExW(pszDest, cchDest, pszSource, &newDest, &cchDest, 0); in FilenameListCchCopyW()
112 hr = StringCchCopyExW(pszDest, cchDest, pszSeparator, &newDest, &cchDest, 0); in FilenameListCchCopyW()
/third_party/icu/icu4c/source/test/perf/normperf/
Ddtfmtrtperf.h50 … int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);
Dnormperf.h28 … int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
DDateFmtPerf.h50 … int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);