Searched refs:pUsedLen (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_ext.h | 22 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL); 23 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);
|
/external/pdfium/core/src/fxcrt/ |
D | fx_extension.cpp | 142 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) in FXSYS_strtof() argument 149 return FXSYS_wcstof(ws.c_str(), iLength, pUsedLen); in FXSYS_strtof() 151 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) in FXSYS_wcstof() argument 191 if (pUsedLen) { in FXSYS_wcstof() 192 *pUsedLen = iUsedLen; in FXSYS_wcstof()
|