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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dvsnprintf.cpp410 static void DoMisc( function
458 DoMisc(5, wxT("-1234"), 8, wxT("%d"), -1234);
459 DoMisc(7, wxT("1234567"), 8, wxT("%d"), 1234567);
460 DoMisc(-1, wxT("1234567"), 8, wxT("%d"), 12345678);
461 DoMisc(-1, wxT("-123456"), 8, wxT("%d"), -1234567890);
463 DoMisc(6, wxT("123456"), 8, wxT("123456"));
464 DoMisc(7, wxT("1234567"), 8, wxT("1234567"));
465 DoMisc(-1, wxT("1234567"), 8, wxT("12345678"));
467 DoMisc(6, wxT("123450"), 8, wxT("12345%d"), 0);
468 DoMisc(
[all...]

Completed in 101 milliseconds