, including all inherited members.
AHtoI64(const LSCHAR *_pcString) | lsstd::CStd | [static] |
AtoF(const LSCHAR *_pcString) | lsstd::CStd | [static] |
AtoI32(const LSCHAR *_pcString) | lsstd::CStd | [static] |
AtoI64(const LSCHAR *_pcString) | lsstd::CStd | [static] |
BitSwap16(LSUINT16 _ui16Value) | lsstd::CStd | [static] |
BitSwap32(LSUINT32 _ui32Value) | lsstd::CStd | [static] |
BitSwap64(LSUINT64 _ui64Value) | lsstd::CStd | [static] |
BitSwap8(LSUINT8 _ui8Byte) | lsstd::CStd | [static] |
ByteSwap16(LSUINT16 _ui16Value) | lsstd::CStd | [static] |
ByteSwap32(LSUINT32 _ui32Value) | lsstd::CStd | [static] |
ByteSwap64(LSUINT64 _ui64Value) | lsstd::CStd | [static] |
CharToWChar(const LSCHAR *_pcSrc, LSUTFX *_pwcRet) | lsstd::CStd | [static] |
Clamp(T _tValue, T _tLow, T _tHigh) | lsstd::CStd | [inline, static] |
CountBits(LSUINT32 _ui32Value) | lsstd::CStd | [static] |
DebugPrintA(const LSCHAR *_pcString) | lsstd::CStd | [static] |
DebugPrintW(const LSUTFX *_pwcString) | lsstd::CStd | [static] |
FtoA(LSCHAR *_pcBuffer, LSUINT32 _ui32MaxLen, LSDOUBLE _dValue, LSUINT32 _ui32Precision=6UL, LSINT8 _i8Format= 'f') | lsstd::CStd | [static] |
FtoW(LSUTFX *_pwcBuffer, LSUINT32 _ui32MaxLen, LSDOUBLE _dValue, LSUINT32 _ui32Precision=6UL, LSINT8 _i8Format= 'f') | lsstd::CStd | [static] |
GetLowestPo2(LSUINT32 _ui32Value) | lsstd::CStd | [static] |
HighestBit(LSUINT64 _ui64Value) | lsstd::CStd | [static] |
HighestBit(LSUINT32 _ui32Value) | lsstd::CStd | [static] |
I32toA(LSINT32 _i32Value, LSCHAR *_pcRet, LSUINT32 _ui32Radix=10) | lsstd::CStd | [static] |
I32toW(LSINT32 _i32Value, LSUTFX *_pwcRet, LSUINT32 _ui32Radix=10) | lsstd::CStd | [static] |
I64toA(LSINT64 _i64Value, LSCHAR *_pcRet, LSUINT32 _ui32Radix=10) | lsstd::CStd | [static] |
I64toW(LSINT64 _i64Value, LSUTFX *_pwcRet, LSUINT32 _ui32Radix=10) | lsstd::CStd | [static] |
IsAlNum(LSUTFX _wcChar) | lsstd::CStd | [static] |
IsAlNum(LSCHAR _cChar) | lsstd::CStd | [static] |
IsAlpha(LSUTFX _wcChar) | lsstd::CStd | [static] |
IsAlpha(LSCHAR _cChar) | lsstd::CStd | [static] |
IsDigit(LSUTFX _wcChar) | lsstd::CStd | [static] |
IsDigit(LSCHAR _cChar) | lsstd::CStd | [static] |
IsIdentifier(const LSUTFX *_pwcStr) | lsstd::CStd | [static] |
IsIdentifier(const LSCHAR *_pcStr) | lsstd::CStd | [static] |
IsWhitespace(LSUTFX _wcChar) | lsstd::CStd | [static] |
IsWhitespace(LSCHAR _cChar) | lsstd::CStd | [static] |
Max(T _tLeft, T _tRight) | lsstd::CStd | [inline, static] |
MemChr(const LSVOID *_pvBuffer, LSUINT8 _ui8Value, LSUINTPTR _uiptrSize) | lsstd::CStd | [static] |
MemChr(LSVOID *_pvBuffer, LSUINT8 _ui8Value, LSUINTPTR _uiptrSize) | lsstd::CStd | [static] |
MemCmp(const LSVOID *_pvBuf0, const LSVOID *_pvBuf1, LSUINTPTR _uiptrSize) | lsstd::CStd | [static] |
MemCmpF(const LSVOID *_pvBuf0, const LSVOID *_pvBuf1, LSUINTPTR _uiptrSize) | lsstd::CStd | [static] |
MemCpy(LSVOID *_pvDst, const LSVOID *_pvSrc, LSUINTPTR _uiptrSize) | lsstd::CStd | [static] |
MemMove(LSVOID *_pvDst, const LSVOID *_pvSrc, LSUINTPTR _uiptrSize) | lsstd::CStd | [static] |
MemSet(LSVOID *_pvDst, LSUINT8 _ui8Value, LSUINTPTR _uiptrSize) | lsstd::CStd | [static] |
Min(T _tLeft, T _tRight) | lsstd::CStd | [inline, static] |
NextUtf16Char(const LSUTF16 *_putf16Char, LSUINT32 _ui32Len, LSUINT32 *_pui32Size=0) | lsstd::CStd | [static] |
NextUtf32Char(const LSUTF32 *_putf32Char, LSUINT32 _ui32Len, LSUINT32 *_pui32Size=0) | lsstd::CStd | [static] |
NextUtf8Char(const LSUTF8 *_putf8Char, LSUINT32 _ui32Len, LSUINT32 *_pui32Size=0) | lsstd::CStd | [static] |
PrintError(LSSTD_ERRORS _eError) | lsstd::CStd | [static] |
RawUnicodeToUtf16(LSUTF16 *_putf16Dst, const LSUINT32 *_pui32Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
RawUnicodeToUtf16Char(LSUINT32 _ui32Raw, LSUINT32 &_ui32Len) | lsstd::CStd | [static] |
RawUnicodeToUtf32(LSUTF32 *_putf32Dst, const LSUINT32 *_pui32Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
RawUnicodeToUtf32Char(LSUINT32 _ui32Raw, LSUINT32 &_ui32Len) | lsstd::CStd | [static] |
RawUnicodeToUtf8(LSUTF8 *_putf8Dst, const LSUINT32 *_pui32Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
RawUnicodeToUtf8Char(LSUINT32 _ui32Raw, LSUINT32 &_ui32Len) | lsstd::CStd | [static] |
RoundInt(LSDOUBLE _dValue) | lsstd::CStd | [static] |
RoundInt(LSFLOAT _fValue) | lsstd::CStd | [static] |
Sleep(LSUINT32 _ui32Milliseconds) | lsstd::CStd | [static] |
SPrintF(LSCHAR *_pcDest, LSUINTPTR _uiptrMaxLen, const LSCHAR *_pcFormat,...) | lsstd::CStd | [static] |
StrCat(LSCHAR *_pcLeft, const LSCHAR *_pcRight) | lsstd::CStd | [static] |
StrCmp(const LSCHAR *_pcLeft, const LSCHAR *_pcRight) | lsstd::CStd | [static] |
StrCpy(LSCHAR *_pcDst, const LSCHAR *_pcSrc) | lsstd::CStd | [static] |
StrCSpn(const LSCHAR *_pcString, const LSCHAR *_pcCharSet) | lsstd::CStd | [static] |
StrDel(LSCHAR *_pcStr) | lsstd::CStd | [static] |
StrDup(const LSCHAR *_pcSrc) | lsstd::CStd | [static] |
StrICmp(const LSCHAR *_pcLeft, const LSCHAR *_pcRight) | lsstd::CStd | [static] |
StrLen(const LSCHAR *_pcStr) | lsstd::CStd | [static] |
StrNCat(LSCHAR *_pcLeft, const LSCHAR *_pcRight, LSUINT32 _ui32Max) | lsstd::CStd | [static] |
StrNCmp(const LSCHAR *_pcLeft, const LSCHAR *_pcRight, LSUINT32 _ui32Max) | lsstd::CStd | [static] |
StrNCpy(LSCHAR *_pcDst, const LSCHAR *_pcSrc, LSUINT32 _ui32Max) | lsstd::CStd | [static] |
StrNICmp(const LSCHAR *_pcLeft, const LSCHAR *_pcRight, LSUINT32 _ui32Max) | lsstd::CStd | [static] |
ToLower(LSUTFX _wcChar) | lsstd::CStd | [static] |
ToLower(LSCHAR _cChar) | lsstd::CStd | [static] |
ToUpper(LSUTFX _wcChar) | lsstd::CStd | [static] |
ToUpper(LSCHAR _cChar) | lsstd::CStd | [static] |
UI32toA(LSUINT32 _ui32Value, LSCHAR *_pcRet, LSUINT32 _ui32Radix=10) | lsstd::CStd | [static] |
UI32toW(LSUINT32 _ui32Value, LSUTFX *_pwcRet, LSUINT32 _ui32Radix=10) | lsstd::CStd | [static] |
UI64toA(LSUINT64 _ui64Value, LSCHAR *_pcRet, LSUINT32 _ui32Radix=10) | lsstd::CStd | [static] |
UI64toW(LSUINT64 _ui64Value, LSUTFX *_pwcRet, LSUINT32 _ui32Radix=10) | lsstd::CStd | [static] |
Utf16StrLen(const LSUTF16 *_putf16String) | lsstd::CStd | [static] |
Utf16StrLenAsUtf32(const LSUTF16 *_putf16String) | lsstd::CStd | [static] |
Utf16StrLenAsUtf8(const LSUTF16 *_putf16String) | lsstd::CStd | [static] |
Utf16ToUnicodeRaw(LSUINT32 *_pui32Dst, const LSUTF16 *_putf16Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
Utf16ToUtf32(LSUTF32 *_putf32Dst, const LSUTF16 *_putf16Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
Utf16ToUtf8(LSUTF8 *_putf8Dst, const LSUTF16 *_putf16Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
Utf32StrLen(const LSUTF32 *_putf32String) | lsstd::CStd | [static] |
Utf32StrLenAsUtf16(const LSUTF32 *_putf32String) | lsstd::CStd | [static] |
Utf32StrLenAsUtf8(const LSUTF32 *_putf32String) | lsstd::CStd | [static] |
Utf32ToUnicodeRaw(LSUINT32 *_pui32Dst, const LSUTF32 *_putf32Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
Utf32ToUtf16(LSUTF16 *_putf16Dst, const LSUTF32 *_putf32Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
Utf32ToUtf8(LSUTF8 *_putf8Dst, const LSUTF32 *_putf32Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
Utf8StrLen(const LSUTF8 *_putf8String) | lsstd::CStd | [static] |
Utf8StrLenAsUtf16(const LSUTF8 *_putf8String) | lsstd::CStd | [static] |
Utf8StrLenAsUtf32(const LSUTF8 *_putf8String) | lsstd::CStd | [static] |
Utf8StrLenAsUtfX(const LSUTF8 *_putf8String) | lsstd::CStd | [static] |
Utf8ToUnicodeRaw(LSUINT32 *_pui32Dst, const LSUTF8 *_putf8Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
Utf8ToUtf16(LSUTF16 *_putf16Dst, const LSUTF8 *_putf8Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
Utf8ToUtf32(LSUTF32 *_putf32Dst, const LSUTF8 *_putf8Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
Utf8ToUtfX(LSUTFX *_putfxDst, const LSUTF8 *_putf8Src, LSUINT32 _ui32MaxLen) | lsstd::CStd | [static] |
UtfXToUtf8(const LSUTFX *_pwcSrc, LSCHAR *_pcRet, LSUINT32 _ui32RetLen) | lsstd::CStd | [static] |
UtfXToUtf8Len(const LSUTFX *_pwcSrc) | lsstd::CStd | [static] |
WCharToChar(const LSUTFX *_pwcSrc, LSCHAR *_pcRet) | lsstd::CStd | [static] |
WHtoI64(const LSUTFX *_pwcString) | lsstd::CStd | [static] |
WSPrintF(LSUTFX *_pwcDest, LSUINTPTR _uiptrMaxLen, const LSUTFX *_pwcFormat,...) | lsstd::CStd | [static] |
WStrCat(LSUTFX *_pwcLeft, const LSUTFX *_pwcRight) | lsstd::CStd | [static] |
WStrCmp(const LSUTFX *_pwcLeft, const LSUTFX *_pwcRight) | lsstd::CStd | [static] |
WStrCpy(LSUTFX *_pwcDst, const LSUTFX *_pwcSrc) | lsstd::CStd | [static] |
WStrCSpn(const LSUTFX *_pwcString, const LSUTFX *_pwcCharSet) | lsstd::CStd | [static] |
WStrDel(LSUTFX *_pwcStr) | lsstd::CStd | [static] |
WStrDup(const LSUTFX *_pwcSrc) | lsstd::CStd | [static] |
WStrICmp(const LSUTFX *_pwcLeft, const LSUTFX *_pwcRight) | lsstd::CStd | [static] |
WStrLen(const LSUTFX *_pwcStr) | lsstd::CStd | [static] |
WStrNCat(LSUTFX *_pwcLeft, const LSUTFX *_pwcRight, LSUINT32 _ui32Max) | lsstd::CStd | [static] |
WStrNCmp(const LSUTFX *_pwcLeft, const LSUTFX *_pwcRight, LSUINT32 _ui32Max) | lsstd::CStd | [static] |
WStrNCpy(LSUTFX *_pwcDst, const LSUTFX *_pwcSrc, LSUINT32 _ui32Max) | lsstd::CStd | [static] |
WStrNICmp(const LSUTFX *_pwcLeft, const LSUTFX *_pwcRight, LSUINT32 _ui32Max) | lsstd::CStd | [static] |
WtoF(const LSUTFX *_pwcString) | lsstd::CStd | [static] |
WtoI32(const LSUTFX *_pwcString) | lsstd::CStd | [static] |
WtoI64(const LSUTFX *_pwcString) | lsstd::CStd | [static] |