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

/external/pdfium/core/include/fxcrt/
H A Dfx_ext.h31 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);
/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp158 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength, FX_INT32 *pUsedLen) argument
160 FXSYS_assert(pcsStr != NULL);
162 iLength = (FX_INT32)FXSYS_strlen(pcsStr);
164 CFX_WideString ws = CFX_WideString::FromLocal(pcsStr, iLength);

Completed in 340 milliseconds