Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:FX_INT32

31 FX_FLOAT		FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);

32 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);
34 FX_INT32 FXSYS_wcsnicmp(FX_LPCWSTR s1, FX_LPCWSTR s2, size_t count);
35 FX_INT32 FXSYS_strnicmp(FX_LPCSTR s1, FX_LPCSTR s2, size_t count);
36 inline FX_BOOL FXSYS_islower(FX_INT32 ch)
40 inline FX_BOOL FXSYS_isupper(FX_INT32 ch)
44 inline FX_INT32 FXSYS_tolower(FX_INT32 ch)
48 inline FX_INT32 FXSYS_toupper(FX_INT32 ch)
55 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE);
56 FX_DWORD FX_HashCode_String_GetW(FX_LPCWSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE);
71 void FX_Random_GenerateBase(FX_LPDWORD pBuffer, FX_INT32 iCount);
73 void FX_Random_GenerateMT(FX_LPDWORD pBuffer, FX_INT32 iCount);
75 void FX_Random_GenerateCrypto(FX_LPDWORD pBuffer, FX_INT32 iCount);
83 void ShellSort(baseType *pArray, FX_INT32 iCount)
86 FX_INT32 i, j, gap;