Searched refs:FXSYS_wtoi (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_document_imp.cpp275 FXSYS_wtoi(wsTemplateNS.Mid(nPrefixLength, nDotPos - nPrefixLength));
276 int8_t iMinor = FXSYS_wtoi(
H A Dxfa_objectacc_imp.cpp252 int32_t iScale = FXSYS_wtoi((const FX_WCHAR*)wsValue);
258 int32_t iScale = FXSYS_wtoi((const FX_WCHAR*)wsValue);
2606 val = FXSYS_wtoi(wsDataLength);
2637 val = FXSYS_wtoi(wsECLevel);
2711 fRatio = (FX_FLOAT)FXSYS_wtoi(wsWideNarrowRatio);
2714 fA = FXSYS_wtoi(wsWideNarrowRatio.Left(ptPos));
2715 fB = FXSYS_wtoi(wsWideNarrowRatio.Mid(ptPos + 1));
H A Dxfa_object_imp.cpp1705 FXJSE_Value_SetInteger(hValue, FXSYS_wtoi(content));
2024 FXJSE_Value_SetInteger(hValue, FXSYS_wtoi(content));
2026 FXJSE_Value_SetBoolean(hValue, FXSYS_wtoi(content) == 0 ? FALSE : TRUE);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_gcc.cpp96 int32_t FXSYS_wtoi(const FX_WCHAR* str) { function
H A Dfx_basic_wstring.cpp768 nWidth = FXSYS_wtoi(lpsz);
784 nPrecision = FXSYS_wtoi(lpsz);
989 return m_pData ? FXSYS_wtoi(m_pData->m_String) : 0;
/external/pdfium/core/include/fxcrt/
H A Dfx_system.h269 int32_t FXSYS_wtoi(const FX_WCHAR* str);
/external/pdfium/xfa/src/fdp/src/xml/
H A Dfde_xml.cpp584 return FXSYS_wtoi((const FX_WCHAR*)m_Attributes[i + 1]);
772 return FXSYS_wtoi((const FX_WCHAR*)m_Attributes[i + 1]);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp139 iControlNo = FXSYS_wtoi(suffixal.c_str());

Completed in 153 milliseconds