UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GenericPlatformStricmp.cpp File Reference

Functions

FORCEINLINE bool BothAscii (uint32 C1, uint32 C2)
 
template<typename CharType1 , typename CharType2 >
int32 StricmpImpl (const CharType1 *String1, const CharType2 *String2)
 
template<typename CharType1 , typename CharType2 >
int32 StrnicmpImpl (const CharType1 *String1, const CharType2 *String2, SIZE_T Count)
 

Function Documentation

◆ BothAscii()

FORCEINLINE bool BothAscii ( uint32  C1,
uint32  C2 
)

◆ StricmpImpl()

int32 StricmpImpl ( const CharType1 String1,
const CharType2 String2 
)

◆ StrnicmpImpl()

int32 StrnicmpImpl ( const CharType1 String1,
const CharType2 String2,
SIZE_T  Count 
)