Searched refs:FXSYS_wcstof (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_measurement.cpp | 31 FX_FLOAT fValue = FXSYS_wcstof(wsMeasure.c_str() + iOffset, in Set()
|
D | cxfa_node.cpp | 3635 FXSYS_round(FXSYS_wcstof(wsValue.c_str(), in SetAttribute()
|
/external/pdfium/core/fxcrt/ |
D | fx_ext.h | 23 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr,
|
D | fx_extension.cpp | 441 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/ |
D | cfde_cssdeclaration.cpp | 32 fValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen); in ParseCSSNumber()
|
/external/pdfium/xfa/fde/xml/ |
D | fde_xml_imp.cpp | 626 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()
|