Home
last modified time | relevance | path

Searched refs:FXSYS_wcstof (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.cpp31 FX_FLOAT fValue = FXSYS_wcstof(wsMeasure.c_str() + iOffset, in Set()
Dcxfa_node.cpp3635 FXSYS_round(FXSYS_wcstof(wsValue.c_str(), in SetAttribute()
/external/pdfium/core/fxcrt/
Dfx_ext.h23 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr,
Dfx_extension.cpp441 return FXSYS_wcstof(ws.c_str(), iLength, pUsedLen); in FXSYS_strtof()
443 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr, in FXSYS_wcstof() function
/external/pdfium/xfa/fde/css/
Dcfde_cssdeclaration.cpp32 fValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen); in ParseCSSNumber()
/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp626 return FXSYS_wcstof(m_Attributes[i + 1].c_str(), -1, nullptr); in GetFloat()
837 return FXSYS_wcstof(m_Attributes[i + 1].c_str(), -1, nullptr); in GetFloat()