Searched refs:FX_wcstof (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/src/fgas/src/crt/ |
D | fx_system.cpp | 89 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/ |
D | fx_sys.h | 30 FX_FLOAT FX_wcstof(const FX_WCHAR* pwsStr,
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_basic_imp.cpp | 452 FX_FLOAT fValue = FX_wcstof(wsMeasure.GetPtr() + iOffset, in Set()
|
D | xfa_object_imp.cpp | 3795 FXSYS_round(FX_wcstof(wsValue.GetPtr(), wsValue.GetLength())), in SetAttribute()
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssdatatable.cpp | 673 fValue = FX_wcstof(pszValue, iValueLen, &iUsedLen); in FDE_ParseCSSNumber()
|
/external/pdfium/xfa/src/fdp/src/xml/ |
D | fde_xml.cpp | 600 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()
|