|
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) LPSTR pszDest, _In_ int nDestLength, _In_ LPCWSTR pszSrc, _In_ int nSrcLength=-1) |
|
static void __cdecl | ConvertToBaseType (_Out_writes_(nDestLength) LPSTR pszDest, _In_ int nDestLength, _In_ LPCSTR pszSrc, _In_ int nSrcLength=-1) |
|
static void __cdecl | MakeLower (_Out_writes_(nSrcLength) LPSTR pszSource, _In_ int nSrcLength) |
|
static DWORD | GetEnvironmentVariable (_In_z_ LPCSTR pszVar, _Out_writes_opt_(nBufLength) LPSTR pszBuf, _In_opt_ int nBufLength) |
|
static void __cdecl | MakeUpper (_Out_writes_(nSrcLength) LPSTR pszSource, _In_ int nSrcLength) |
|
static LPSTR __cdecl | FindString (_In_z_ LPSTR pszSource, _In_z_ LPCSTR pszSub) |
|
static LPCSTR __cdecl | FindString (_In_z_ LPCSTR pszSource, _In_z_ LPCSTR pszSub) |
|
static LPSTR __cdecl | FindChar (_In_z_ LPSTR pszSource, _In_ CHAR ch) |
|
static LPCSTR __cdecl | FindChar (_In_z_ LPCSTR pszSource, _In_ CHAR ch) |
|
static LPSTR __cdecl | FindCharReverse (_In_z_ LPSTR pszSource, _In_ CHAR ch) |
|
static LPCSTR __cdecl | FindCharReverse (_In_z_ LPCSTR pszSource, _In_ CHAR ch) |
|
static LPSTR __cdecl | FindOneOf (_In_z_ LPSTR pszSource, _In_z_ LPCSTR pszCharSet) |
|
static LPCSTR __cdecl | FindOneOf (_In_z_ LPCSTR pszSource, _In_z_ LPCSTR pszCharSet) |
|
static int __cdecl | Compare (_In_z_ LPCSTR psz1, _In_z_ LPCSTR psz2) |
|
static int __cdecl | CompareNoCase (_In_z_ LPCSTR psz1, _In_z_ LPCSTR psz2) |
|
static int __cdecl | StringSpanIncluding (_In_z_ LPCSTR pszBlock, _In_z_ LPCSTR pszSet) |
|
static int __cdecl | StringSpanExcluding (_In_z_ LPCSTR pszBlock, _In_z_ LPCSTR pszSet) |
|
static int __cdecl | FormatV (_In_opt_z_ LPSTR pszDest, _In_z_ LPCSTR pszFormat, _In_ va_list args) |
|
static LPSTR | FormatMessageV (_In_z_ LPCSTR pszFormat, _In_opt_ va_list *pArgList) |
|
static BSTR __cdecl | AllocSysString (_In_z_ LPCSTR pszSource, _In_ int nLength) |
|
Definition at line 213 of file cstringt.h.