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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp1808 static wxChar shortstr[] = _T("Hi, Z."); local
1843 wxPrintf(test_format.c_str(), shortstr);
1845 wxPrintf(test_format.c_str(), shortstr);
1846 wxPrintf(_T("space-padded string:\t\"%10s\"\n"), shortstr);
1847 wxPrintf(_T("left-adjusted S string:\t\"%-10s\"\n"), shortstr);

Completed in 72 milliseconds