Home
last modified time | relevance | path

Searched refs:pUsedLen (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_system.cpp84 FX_FLOAT FX_strtof(const FX_CHAR* pcsStr, int32_t iLength, int32_t* pUsedLen) { in FX_strtof() argument
90 pUsedLen); in FX_strtof()
92 FX_FLOAT FX_wcstof(const FX_WCHAR* pwsStr, int32_t iLength, int32_t* pUsedLen) { in FX_wcstof() argument
131 if (pUsedLen) { in FX_wcstof()
132 *pUsedLen = iUsedLen; in FX_wcstof()
/external/pdfium/core/src/fxcrt/
Dfx_extension.cpp131 int32_t* pUsedLen) { in FXSYS_strtof() argument
137 return FXSYS_wcstof(ws.c_str(), iLength, pUsedLen); in FXSYS_strtof()
141 int32_t* pUsedLen) { in FXSYS_wcstof() argument
180 if (pUsedLen) { in FXSYS_wcstof()
181 *pUsedLen = iUsedLen; in FXSYS_wcstof()
/external/pdfium/xfa/src/fgas/include/
Dfx_sys.h29 int32_t* pUsedLen = NULL);
32 int32_t* pUsedLen = NULL);
/external/pdfium/core/include/fxcrt/
Dfx_ext.h19 int32_t* pUsedLen = NULL);
22 int32_t* pUsedLen = NULL);