Searched refs:testC (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/static_string/test/ |
D | static_string.cpp | 124 testC(const S& s, typename S::size_type pos, typename S::size_type n1, const typename S::value_type… in testC() function 2316 BOOST_TEST(testC(S(""), 0, 0, "", 0, 0)); in testCompare() 2317 BOOST_TEST(testC(S(""), 0, 0, "abcde", 0, 0)); in testCompare() 2318 BOOST_TEST(testC(S(""), 0, 0, "abcde", 1, -1)); in testCompare() 2319 BOOST_TEST(testC(S(""), 0, 0, "abcde", 2, -2)); in testCompare() 2320 BOOST_TEST(testC(S(""), 0, 0, "abcde", 4, -4)); in testCompare() 2321 BOOST_TEST(testC(S(""), 0, 0, "abcde", 5, -5)); in testCompare() 2322 BOOST_TEST(testC(S(""), 0, 0, "abcdefghij", 0, 0)); in testCompare() 2323 BOOST_TEST(testC(S(""), 0, 0, "abcdefghij", 1, -1)); in testCompare() 2324 BOOST_TEST(testC(S(""), 0, 0, "abcdefghij", 5, -5)); in testCompare() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtptngts.h | 32 void testC();
|
D | dtptngts.cpp | 40 TESTCASE(4, testC); in runIndexedTest() 1159 void IntlTestDateTimePatternGeneratorAPI::testC() { in testC() function in IntlTestDateTimePatternGeneratorAPI
|
/third_party/python/Lib/test/ |
D | test_csv.py | 456 class testC(csv.excel): class 465 csv.register_dialect('testC', testC)
|