Home
last modified time | relevance | path

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

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