Searched refs:pwsStr (Results 1 – 3 of 3) sorted by relevance
12 float FXSYS_wcstof(const wchar_t* pwsStr, int32_t iLength, int32_t* pUsedLen) { in FXSYS_wcstof() argument13 ASSERT(pwsStr); in FXSYS_wcstof()15 iLength = static_cast<int32_t>(wcslen(pwsStr)); in FXSYS_wcstof()21 switch (pwsStr[iUsedLen]) { in FXSYS_wcstof()31 wchar_t wch = pwsStr[iUsedLen]; in FXSYS_wcstof()39 if (iUsedLen < iLength && pwsStr[iUsedLen] == L'.') { in FXSYS_wcstof()42 wchar_t wch = pwsStr[iUsedLen]; in FXSYS_wcstof()
22 float FXSYS_wcstof(const wchar_t* pwsStr,
461 const wchar_t* pwsStr = m_wsText.c_str(); in ReloadLinePiece() local474 dwBreakStatus = m_pTxtBreak->AppendChar(*(pwsStr + iStar)); in ReloadLinePiece()