Home | History | Annotate | Download | only in collperf2

Lines Matching refs:TESTCASE_AUTO

1395     TESTCASE_AUTO(TestStrcoll);
1396 TESTCASE_AUTO(TestStrcollNull);
1397 TESTCASE_AUTO(TestStrcollSimilar);
1399 TESTCASE_AUTO(TestStrcollUTF8);
1400 TESTCASE_AUTO(TestStrcollUTF8Null);
1401 TESTCASE_AUTO(TestStrcollUTF8Similar);
1403 TESTCASE_AUTO(TestGetSortKey);
1404 TESTCASE_AUTO(TestGetSortKeyNull);
1406 TESTCASE_AUTO(TestNextSortKeyPart_4All);
1407 TESTCASE_AUTO(TestNextSortKeyPart_4x4);
1408 TESTCASE_AUTO(TestNextSortKeyPart_4x8);
1409 TESTCASE_AUTO(TestNextSortKeyPart_32All);
1410 TESTCASE_AUTO(TestNextSortKeyPart_32x2);
1412 TESTCASE_AUTO(TestNextSortKeyPartUTF8_4All);
1413 TESTCASE_AUTO(TestNextSortKeyPartUTF8_4x4);
1414 TESTCASE_AUTO(TestNextSortKeyPartUTF8_4x8);
1415 TESTCASE_AUTO(TestNextSortKeyPartUTF8_32All);
1416 TESTCASE_AUTO(TestNextSortKeyPartUTF8_32x2);
1418 TESTCASE_AUTO(TestCppCompare);
1419 TESTCASE_AUTO(TestCppCompareNull);
1420 TESTCASE_AUTO(TestCppCompareSimilar);
1422 TESTCASE_AUTO(TestCppCompareUTF8);
1423 TESTCASE_AUTO(TestCppCompareUTF8Null);
1424 TESTCASE_AUTO(TestCppCompareUTF8Similar);
1426 TESTCASE_AUTO(TestCppGetCollationKey);
1427 TESTCASE_AUTO(TestCppGetCollationKeyNull);
1429 TESTCASE_AUTO(TestUniStrSort);
1430 TESTCASE_AUTO(TestStringPieceSortCpp);
1431 TESTCASE_AUTO(TestStringPieceSortC);
1433 TESTCASE_AUTO(TestUniStrBinSearch);
1434 TESTCASE_AUTO(TestStringPieceBinSearchCpp);
1435 TESTCASE_AUTO(TestStringPieceBinSearchC);