Navigation
API > API/Runtime > API/Runtime/Core
Optimized locale and CRT independent case-insensitive string comparisons
Only considers ASCII character casing, i.e. C locale semantics
| Name | FGenericPlatformStricmp |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStricmp.h |
| Include Path | #include "GenericPlatform/GenericPlatformStricmp.h" |
Syntax
struct FGenericPlatformStricmp
Derived Classes
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 Stricmp
(
const ANSICHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const UTF16CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const UTF8CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const WIDECHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const ANSICHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const ANSICHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const UTF32CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const ANSICHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const UTF32CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const UTF16CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const UTF8CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const WIDECHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Stricmp
(
const ANSICHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const UTF8CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const WIDECHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const ANSICHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const ANSICHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const ANSICHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const UTF16CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const UTF32CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const UTF8CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const WIDECHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const ANSICHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const UTF16CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const ANSICHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h | ||
static int32 Strnicmp
(
const UTF32CHAR* String1, |
GenericPlatform/GenericPlatformStricmp.h |