Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.h22 float FXSYS_wcstof(const wchar_t* pwsStr,
Dfx_extension.cpp12 float FXSYS_wcstof(const wchar_t* pwsStr, int32_t iLength, int32_t* pUsedLen) { in FXSYS_wcstof() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.cpp42 float fValue = FXSYS_wcstof(wsMeasure.unterminated_c_str() + iOffset, in SetString()
/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp184 fValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen); in ParseCSSNumber()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp237 FXSYS_round(FXSYS_wcstof(wsValue.unterminated_c_str(), in SetAttribute()