• Home
  • Raw
  • Download

Lines Matching refs:testCase

1562     Strcoll *testCase = new Strcoll(coll, getData16(status), TRUE /* useLen */);  in TestStrcoll()  local
1564 delete testCase; in TestStrcoll()
1567 return testCase; in TestStrcoll()
1573 Strcoll *testCase = new Strcoll(coll, getData16(status), FALSE /* useLen */); in TestStrcollNull() local
1575 delete testCase; in TestStrcollNull()
1578 return testCase; in TestStrcollNull()
1584 …Strcoll_2 *testCase = new Strcoll_2(coll, getData16(status), getModData16(status), TRUE /* useLen … in TestStrcollSimilar() local
1586 delete testCase; in TestStrcollSimilar()
1589 return testCase; in TestStrcollSimilar()
1595 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status), TRUE /* useLen */); in TestStrcollUTF8() local
1597 delete testCase; in TestStrcollUTF8()
1600 return testCase; in TestStrcollUTF8()
1606 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status),FALSE /* useLen */); in TestStrcollUTF8Null() local
1608 delete testCase; in TestStrcollUTF8Null()
1611 return testCase; in TestStrcollUTF8Null()
1617 …StrcollUTF8_2 *testCase = new StrcollUTF8_2(coll, getData8(status), getModData8(status), TRUE /* u… in TestStrcollUTF8Similar() local
1619 delete testCase; in TestStrcollUTF8Similar()
1622 return testCase; in TestStrcollUTF8Similar()
1628 GetSortKey *testCase = new GetSortKey(coll, getData16(status), TRUE /* useLen */); in TestGetSortKey() local
1630 delete testCase; in TestGetSortKey()
1633 return testCase; in TestGetSortKey()
1639 GetSortKey *testCase = new GetSortKey(coll, getData16(status), FALSE /* useLen */); in TestGetSortKeyNull() local
1641 delete testCase; in TestGetSortKeyNull()
1644 return testCase; in TestGetSortKeyNull()
1650 NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */); in TestNextSortKeyPart_4All() local
1652 delete testCase; in TestNextSortKeyPart_4All()
1655 return testCase; in TestNextSortKeyPart_4All()
1661 …NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */, 4 /* max… in TestNextSortKeyPart_4x4() local
1663 delete testCase; in TestNextSortKeyPart_4x4()
1666 return testCase; in TestNextSortKeyPart_4x4()
1672 …NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */, 8 /* max… in TestNextSortKeyPart_4x8() local
1674 delete testCase; in TestNextSortKeyPart_4x8()
1677 return testCase; in TestNextSortKeyPart_4x8()
1683 NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 32 /* bufSize */); in TestNextSortKeyPart_32All() local
1685 delete testCase; in TestNextSortKeyPart_32All()
1688 return testCase; in TestNextSortKeyPart_32All()
1694 …NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 32 /* bufSize */, 2 /* ma… in TestNextSortKeyPart_32x2() local
1696 delete testCase; in TestNextSortKeyPart_32x2()
1699 return testCase; in TestNextSortKeyPart_32x2()
1705 … NextSortKeyPartUTF8 *testCase = new NextSortKeyPartUTF8(coll, getData8(status), 4 /* bufSize */); in TestNextSortKeyPartUTF8_4All() local
1707 delete testCase; in TestNextSortKeyPartUTF8_4All()
1710 return testCase; in TestNextSortKeyPartUTF8_4All()
1716 …NextSortKeyPartUTF8 *testCase = new NextSortKeyPartUTF8(coll, getData8(status), 4 /* bufSize */, 4… in TestNextSortKeyPartUTF8_4x4() local
1718 delete testCase; in TestNextSortKeyPartUTF8_4x4()
1721 return testCase; in TestNextSortKeyPartUTF8_4x4()
1727 …NextSortKeyPartUTF8 *testCase = new NextSortKeyPartUTF8(coll, getData8(status), 4 /* bufSize */, 8… in TestNextSortKeyPartUTF8_4x8() local
1729 delete testCase; in TestNextSortKeyPartUTF8_4x8()
1732 return testCase; in TestNextSortKeyPartUTF8_4x8()
1738 … NextSortKeyPartUTF8 *testCase = new NextSortKeyPartUTF8(coll, getData8(status), 32 /* bufSize */); in TestNextSortKeyPartUTF8_32All() local
1740 delete testCase; in TestNextSortKeyPartUTF8_32All()
1743 return testCase; in TestNextSortKeyPartUTF8_32All()
1749 …NextSortKeyPartUTF8 *testCase = new NextSortKeyPartUTF8(coll, getData8(status), 32 /* bufSize */, … in TestNextSortKeyPartUTF8_32x2() local
1751 delete testCase; in TestNextSortKeyPartUTF8_32x2()
1754 return testCase; in TestNextSortKeyPartUTF8_32x2()
1760 CppCompare *testCase = new CppCompare(collObj, getData16(status), TRUE /* useLen */); in TestCppCompare() local
1762 delete testCase; in TestCppCompare()
1765 return testCase; in TestCppCompare()
1771 CppCompare *testCase = new CppCompare(collObj, getData16(status), FALSE /* useLen */); in TestCppCompareNull() local
1773 delete testCase; in TestCppCompareNull()
1776 return testCase; in TestCppCompareNull()
1782 …CppCompare_2 *testCase = new CppCompare_2(collObj, getData16(status), getModData16(status), TRUE /… in TestCppCompareSimilar() local
1784 delete testCase; in TestCppCompareSimilar()
1787 return testCase; in TestCppCompareSimilar()
1793 CppCompareUTF8 *testCase = new CppCompareUTF8(collObj, getData8(status), TRUE /* useLen */); in TestCppCompareUTF8() local
1795 delete testCase; in TestCppCompareUTF8()
1798 return testCase; in TestCppCompareUTF8()
1804 CppCompareUTF8 *testCase = new CppCompareUTF8(collObj, getData8(status), FALSE /* useLen */); in TestCppCompareUTF8Null() local
1806 delete testCase; in TestCppCompareUTF8Null()
1809 return testCase; in TestCppCompareUTF8Null()
1815 …CppCompareUTF8_2 *testCase = new CppCompareUTF8_2(collObj, getData8(status), getModData8(status), … in TestCppCompareUTF8Similar() local
1817 delete testCase; in TestCppCompareUTF8Similar()
1820 return testCase; in TestCppCompareUTF8Similar()
1826 …CppGetCollationKey *testCase = new CppGetCollationKey(collObj, getData16(status), TRUE /* useLen *… in TestCppGetCollationKey() local
1828 delete testCase; in TestCppGetCollationKey()
1831 return testCase; in TestCppGetCollationKey()
1837 …CppGetCollationKey *testCase = new CppGetCollationKey(collObj, getData16(status), FALSE /* useLen … in TestCppGetCollationKeyNull() local
1839 delete testCase; in TestCppGetCollationKeyNull()
1842 return testCase; in TestCppGetCollationKeyNull()
1847 UPerfFunction *testCase = new UniStrSort(*collObj, coll, getRandomData16(status)); in TestUniStrSort() local
1849 delete testCase; in TestUniStrSort()
1852 return testCase; in TestUniStrSort()
1857 UPerfFunction *testCase = new StringPieceSortCpp(*collObj, coll, getRandomData8(status)); in TestStringPieceSortCpp() local
1859 delete testCase; in TestStringPieceSortCpp()
1862 return testCase; in TestStringPieceSortCpp()
1867 UPerfFunction *testCase = new StringPieceSortC(*collObj, coll, getRandomData8(status)); in TestStringPieceSortC() local
1869 delete testCase; in TestStringPieceSortC()
1872 return testCase; in TestStringPieceSortC()
1877 UPerfFunction *testCase = new UniStrBinSearch(*collObj, coll, getSortedData16(status)); in TestUniStrBinSearch() local
1879 delete testCase; in TestUniStrBinSearch()
1882 return testCase; in TestUniStrBinSearch()
1887 UPerfFunction *testCase = new StringPieceBinSearchCpp(*collObj, coll, getSortedData8(status)); in TestStringPieceBinSearchCpp() local
1889 delete testCase; in TestStringPieceBinSearchCpp()
1892 return testCase; in TestStringPieceBinSearchCpp()
1897 UPerfFunction *testCase = new StringPieceBinSearchC(*collObj, coll, getSortedData8(status)); in TestStringPieceBinSearchC() local
1899 delete testCase; in TestStringPieceBinSearchC()
1902 return testCase; in TestStringPieceBinSearchC()