Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.cpp12 float FXSYS_wcstof(const wchar_t* pwsStr, int32_t iLength, int32_t* pUsedLen) { in FXSYS_wcstof() argument
50 if (pUsedLen) in FXSYS_wcstof()
51 *pUsedLen = iUsedLen; in FXSYS_wcstof()
Dfx_extension.h24 int32_t* pUsedLen = nullptr);