Searched refs:FXSYS_wcstof (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_ext.h32 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);
/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp165 return FXSYS_wcstof((FX_LPCWSTR)ws, iLength, pUsedLen);
167 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) function

Completed in 559 milliseconds