Searched refs:pcsStr (Results 1 – 2 of 2) sorted by relevance
142 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) in FXSYS_strtof() argument144 FXSYS_assert(pcsStr != NULL); in FXSYS_strtof()146 iLength = (FX_INT32)FXSYS_strlen(pcsStr); in FXSYS_strtof()148 CFX_WideString ws = CFX_WideString::FromLocal(pcsStr, iLength); in FXSYS_strtof()
22 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);