HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_wcstof (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxcrt/
fx_ext.h 23 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr,
fx_extension.cpp 441 return FXSYS_wcstof(ws.c_str(), iLength, pUsedLen);
443 FX_FLOAT FXSYS_wcstof(const FX_WCHAR* pwsStr,
  /external/pdfium/xfa/fxfa/parser/
cxfa_measurement.cpp 31 FX_FLOAT fValue = FXSYS_wcstof(wsMeasure.c_str() + iOffset,
cxfa_node.cpp     [all...]
  /external/pdfium/xfa/fde/css/
cfde_cssdeclaration.cpp 32 fValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen);
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 626 return FXSYS_wcstof(m_Attributes[i + 1].c_str(), -1, nullptr);
837 return FXSYS_wcstof(m_Attributes[i + 1].c_str(), -1, nullptr);
    [all...]

Completed in 285 milliseconds