Searched refs:FX_wtof (Results 1 – 1 of 1) sorted by relevance
955 FX_FLOAT FX_wtof(const FX_WCHAR* str, int len) { in FX_wtof() function992 return m_pData ? FX_wtof(m_pData->m_String, m_pData->m_nDataLength) : 0.0f; in GetFloat()