Searched refs:TEST_REPLACE (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 Dstrings.cpp253 #define TEST_REPLACE( original , pos , len , replacement , result ) \ macro
260 TEST_REPLACE( _T("012-AWORD-XYZ"), 4, 5, _T("BWORD"), _T("012-BWORD-XYZ") );
261 TEST_REPLACE( _T("increase"), 0, 2, _T("de"), _T("decrease") );
262 TEST_REPLACE( _T("wxWindow"), 8, 0, _T("s"), _T("wxWindows") );
263 TEST_REPLACE( _T("foobar"), 3, 0, _T("-"), _T("foo-bar") );
264 TEST_REPLACE( _T("barfoo"), 0, 6, _T("foobar"), _T("foobar") );
292 #undef TEST_REPLACE macro

Completed in 86 milliseconds