|
static int __cdecl | GetBaseTypeLength (_In_z_ LPCWSTR pszSource) noexcept |
|
static int __cdecl | GetBaseTypeLength (_In_z_ LPCSTR pszSource) noexcept |
|
static int __cdecl | GetBaseTypeLength (_In_reads_(nLength) LPCWSTR pszSource, _In_ int nLength) noexcept |
|
static int __cdecl | GetBaseTypeLength (_In_reads_(nLength) LPCSTR pszSource, _In_ int nLength) noexcept |
|
static void __cdecl | ConvertToBaseType (_Out_writes_(nDestLength) LPWSTR pszDest, _In_ int nDestLength, _In_ LPCWSTR pszSrc, _In_ int nSrcLength=-1) |
|
static void __cdecl | ConvertToBaseType (_Out_writes_(nDestLength) LPWSTR pszDest, _In_ int nDestLength, _In_ LPCSTR pszSrc, _In_ int nSrcLength=-1) |
|
static void __cdecl | MakeLower (_Out_writes_(nSrcLength) LPWSTR pszSource, _In_ int nSrcLength) |
|
static DWORD | GetEnvironmentVariable (_In_z_ LPCWSTR pszVar, _Out_writes_opt_(nBufLength) LPWSTR pszBuf, _In_opt_ int nBufLength) |
|
static void __cdecl | MakeUpper (_Out_writes_(nSrcLength) LPWSTR pszSource, _In_ int nSrcLength) |
|
static LPWSTR __cdecl | FindString (_In_z_ LPWSTR pszSource, _In_z_ LPCWSTR pszSub) |
|
static LPCWSTR __cdecl | FindString (_In_z_ LPCWSTR pszSource, _In_z_ LPCWSTR pszSub) |
|
static LPWSTR __cdecl | FindChar (_In_z_ LPWSTR pszSource, _In_ WCHAR ch) |
|
static LPCWSTR __cdecl | FindChar (_In_z_ LPCWSTR pszSource, _In_ WCHAR ch) |
|
static LPWSTR __cdecl | FindCharReverse (_In_z_ LPWSTR pszSource, _In_ WCHAR ch) |
|
static LPCWSTR __cdecl | FindCharReverse (_In_z_ LPCWSTR pszSource, _In_ WCHAR ch) |
|
static LPWSTR __cdecl | FindOneOf (_In_z_ LPWSTR pszSource, _In_z_ LPCWSTR pszCharSet) |
|
static LPCWSTR __cdecl | FindOneOf (_In_z_ LPCWSTR pszSource, _In_z_ LPCWSTR pszCharSet) |
|
static int __cdecl | Compare (_In_z_ LPCWSTR psz1, _In_z_ LPCWSTR psz2) |
|
static int __cdecl | CompareNoCase (_In_z_ LPCWSTR psz1, _In_z_ LPCWSTR psz2) |
|
static int __cdecl | StringSpanIncluding (_In_z_ LPCWSTR pszBlock, _In_z_ LPCWSTR pszSet) |
|
static int __cdecl | StringSpanExcluding (_In_z_ LPCWSTR pszBlock, _In_z_ LPCWSTR pszSet) |
|
static int __cdecl | FormatV (_In_opt_z_ LPWSTR pszDest, _In_z_ LPCWSTR pszFormat, _In_ va_list args) |
|
static LPWSTR | FormatMessageV (_In_z_ LPCWSTR pszFormat, _In_opt_ va_list *pArgList) |
|
static BSTR __cdecl | AllocSysString (_In_z_ LPCWSTR pszSource, _In_ int nLength) |
|
template<
typename _CharType = wchar_t>
class ATL::ChTraitsCRT< _CharType >
Definition at line 25 of file cstringt.h.