Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_gcc.cpp65 FX_INT32 FXSYS_wtoi(FX_LPCWSTR str) in FXSYS_wtoi() function
Dfx_basic_wstring.cpp784 nWidth = FXSYS_wtoi(lpsz); in FormatV()
800 nPrecision = FXSYS_wtoi(lpsz); in FormatV()
1013 return FXSYS_wtoi(m_pData->m_String); in GetInteger()
/external/pdfium/core/include/fxcrt/
Dfx_system.h298 FX_INT32 FXSYS_wtoi(FX_LPCWSTR str);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp151 iControlNo = FXSYS_wtoi(suffixal.c_str()); in ParseFieldName()