Searched refs:wxSscanf (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfontutil.cpp50 if ( wxSscanf( tmp, wxT("%u"), &charset ) != 1 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcolourcmn.cpp48 if (wxSscanf(&str[3], wxT("(%d, %d, %d)"), &red, &green, &blue) != 3)
59 if (wxSscanf(&str[1], wxT("%lx"), &tmp) != 1)
H A Dxti.cpp117 wxSscanf(s, _T("%d"), &intdata ) ;
131 wxSscanf(s, _T("%d"), &intdata ) ;
145 wxSscanf(s, _T("%d"), &intdata ) ;
158 wxSscanf(s, _T("%d"), &data ) ;
170 wxSscanf(s, _T("%d"), &data ) ;
182 wxSscanf(s, _T("%ld"), &data ) ;
194 wxSscanf(s, _T("%ld"), &data ) ;
206 wxSscanf(s, _T("%f"), &data ) ;
218 wxSscanf(s, _T("%lf"), &data ) ;
H A Dftp.cpp720 wxSscanf(straddr, wxT("%d,%d,%d,%d,%d,%d"),
911 if ( wxSscanf(GetLastResult().c_str(), _T("%i %i"),
977 if ( wxSscanf(fileList[i].c_str(),
988 if ( wxSscanf(fileList[i].c_str(),
H A Dfmapbase.cpp532 if ( wxSscanf(p, wxT("8859-%u"), &value) == 1 )
553 if ( wxSscanf(p, wxT("8859-%u"), &value) == 1 )
592 if ( wxSscanf(p, wxT("%u"), &value) == 1 )
H A Dgdicmn.cpp65 wxSscanf(s, wxT("%d,%d"), &data.x , &data.y ) ;
77 wxSscanf(s, wxT("%d,%d"), &data.x , &data.y ) ;
H A Dappcmn.cpp288 if ( wxSscanf(modeDesc.c_str(), _T("%ux%u-%u"), &w, &h, &bpp) != 3 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfontutil.cpp67 if ( wxSscanf(tmp, _T("%u"), &charset) != 1 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfontutil.cpp98 if ( wxSscanf(tmp, _T("%u"), &charset) != 1 )
H A Dcrashrpt.cpp168 wxSscanf(envFlags, _T("%d"), &flagsEnv) == 1 )
H A Dspinctrl.cpp492 if ( (wxSscanf(val, wxT("%ld"), &n) != 1) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dnumdlgg.cpp137 if ( wxSscanf(tmp, _T("%ld"), &m_value) != 1 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dapp.cpp221 (wxSscanf(mode.c_str(), _T("%ux%u-%u"), &w, &h, &bpp) != 3) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dfont.cpp368 if ( wxSscanf(encoding, wxT("%d"), &cp) == 1 )
376 if ( wxSscanf(encoding, wxT("cp125%d"), &cp) == 1 )
648 if ( wxSscanf(encoding, wxT("%d"), &cp) == 1 )
657 if ( wxSscanf(encoding, wxT("cp125%d"), &cp) == 1 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dspinctlg.h155 if ( (wxSscanf(wxTextCtrl::GetValue(), wxT("%d"), &n) != 1) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dspinctrl.h167 if ( (wxSscanf(wxTextCtrl::GetValue(), wxT("%d"), &n) != 1) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dspinctrl.h156 if ( (wxSscanf(wxTextCtrl::GetValue(), wxT("%d"), &n) != 1) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_tables.cpp284 if ( wxSscanf(wd.c_str(), wxT("%i%%"), &m_ColsInfo[c].width) == 1 )
701 wxSscanf(wd.c_str(), wxT("%i%%"), &width);
707 wxSscanf(wd.c_str(), wxT("%i"), &width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dfont.cpp269 if ( wxSscanf(encoding, wxT("%d"), &cp) == 1 )
277 if ( wxSscanf(encoding, wxT("cp125%d"), &cp) == 1 )
H A Dspinctrl.cpp188 if ( (wxSscanf(value, wxT("%d"), &n) == 1) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dspinctrl.cpp192 if ( (wxSscanf(value, wxT("%d"), &n) == 1) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/internat/
H A Dinternat.cpp406 wxSscanf(d.GetValue(), _T("%d-%d"), &first, &last);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dfont.cpp317 if ( wxSscanf(encoding, wxT("%d"), &cp) == 1 )
326 if ( wxSscanf(encoding, wxT("cp125%d"), &cp) == 1 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h409 #define wxSscanf _stscanf macro
794 #define wxSscanf sscanf macro
1061 int wxSscanf( const wxChar *str, const wxChar *format, ... ) ATTRIBUTE_PRINTF_2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfontutil.cpp77 if ( wxSscanf(sTmp, _T("%u"), &charset) != 1 )

Completed in 147 milliseconds

12