Searched refs:FX_wcstof (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
H A Dfx_sys.h30 FX_FLOAT FX_wcstof(const FX_WCHAR* pwsStr,
/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_system.cpp89 return FX_wcstof(CFX_WideString::FromLocal(pcsStr, iLength), iLength,
92 FX_FLOAT FX_wcstof(const FX_WCHAR* pwsStr, int32_t iLength, int32_t* pUsedLen) { function
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_basic_imp.cpp452 FX_FLOAT fValue = FX_wcstof(wsMeasure.GetPtr() + iOffset,
H A Dxfa_object_imp.cpp3795 FXSYS_round(FX_wcstof(wsValue.GetPtr(), wsValue.GetLength())),
/external/pdfium/xfa/src/fdp/src/xml/
H A Dfde_xml.cpp600 return FX_wcstof((const FX_WCHAR*)m_Attributes[i + 1]);
788 return FX_wcstof((const FX_WCHAR*)m_Attributes[i + 1]);
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssdatatable.cpp673 fValue = FX_wcstof(pszValue, iValueLen, &iUsedLen);

Completed in 333 milliseconds