Lines Matching refs:CollPerf2Test
1039 class CollPerf2Test : public UPerfTest class
1042 CollPerf2Test(int32_t argc, const char *argv[], UErrorCode &status);
1043 ~CollPerf2Test();
1127 CollPerf2Test::CollPerf2Test(int32_t argc, const char *argv[], UErrorCode &status) : in CollPerf2Test() function in CollPerf2Test
1155 CollPerf2Test::~CollPerf2Test() in ~CollPerf2Test()
1172 const CA_uchar* CollPerf2Test::getData16(UErrorCode &status) in getData16()
1213 const CA_char* CollPerf2Test::getData8(UErrorCode &status) in getData8()
1220 const CA_uchar* CollPerf2Test::getModData16(UErrorCode &status) in getModData16()
1255 const CA_char* CollPerf2Test::getModData8(UErrorCode &status) in getModData8()
1294 const CA_uchar* CollPerf2Test::getSortedData16(UErrorCode &status) { in getSortedData16()
1302 const CA_char* CollPerf2Test::getSortedData8(UErrorCode &status) { in getSortedData8()
1308 const CA_uchar* CollPerf2Test::getRandomData16(UErrorCode &status) { in getRandomData16()
1317 const CA_char* CollPerf2Test::getRandomData8(UErrorCode &status) { in getRandomData8()
1323 CA_uchar* CollPerf2Test::sortData16(const CA_uchar* d16, in sortData16()
1353 CA_char* CollPerf2Test::getData8FromData16(const CA_uchar* d16, UErrorCode &status) { in getData8FromData16()
1386 CollPerf2Test::runIndexedTest(int32_t index, UBool exec, const char *&name, char *par /*= NULL*/) in runIndexedTest()
1439 UPerfFunction* CollPerf2Test::TestStrcoll() in TestStrcoll()
1450 UPerfFunction* CollPerf2Test::TestStrcollNull() in TestStrcollNull()
1461 UPerfFunction* CollPerf2Test::TestStrcollSimilar() in TestStrcollSimilar()
1472 UPerfFunction* CollPerf2Test::TestStrcollUTF8() in TestStrcollUTF8()
1483 UPerfFunction* CollPerf2Test::TestStrcollUTF8Null() in TestStrcollUTF8Null()
1494 UPerfFunction* CollPerf2Test::TestStrcollUTF8Similar() in TestStrcollUTF8Similar()
1505 UPerfFunction* CollPerf2Test::TestGetSortKey() in TestGetSortKey()
1516 UPerfFunction* CollPerf2Test::TestGetSortKeyNull() in TestGetSortKeyNull()
1527 UPerfFunction* CollPerf2Test::TestNextSortKeyPart_4All() in TestNextSortKeyPart_4All()
1538 UPerfFunction* CollPerf2Test::TestNextSortKeyPart_4x4() in TestNextSortKeyPart_4x4()
1549 UPerfFunction* CollPerf2Test::TestNextSortKeyPart_4x8() in TestNextSortKeyPart_4x8()
1560 UPerfFunction* CollPerf2Test::TestNextSortKeyPart_32All() in TestNextSortKeyPart_32All()
1571 UPerfFunction* CollPerf2Test::TestNextSortKeyPart_32x2() in TestNextSortKeyPart_32x2()
1582 UPerfFunction* CollPerf2Test::TestNextSortKeyPartUTF8_4All() in TestNextSortKeyPartUTF8_4All()
1593 UPerfFunction* CollPerf2Test::TestNextSortKeyPartUTF8_4x4() in TestNextSortKeyPartUTF8_4x4()
1604 UPerfFunction* CollPerf2Test::TestNextSortKeyPartUTF8_4x8() in TestNextSortKeyPartUTF8_4x8()
1615 UPerfFunction* CollPerf2Test::TestNextSortKeyPartUTF8_32All() in TestNextSortKeyPartUTF8_32All()
1626 UPerfFunction* CollPerf2Test::TestNextSortKeyPartUTF8_32x2() in TestNextSortKeyPartUTF8_32x2()
1637 UPerfFunction* CollPerf2Test::TestCppCompare() in TestCppCompare()
1648 UPerfFunction* CollPerf2Test::TestCppCompareNull() in TestCppCompareNull()
1659 UPerfFunction* CollPerf2Test::TestCppCompareSimilar() in TestCppCompareSimilar()
1670 UPerfFunction* CollPerf2Test::TestCppCompareUTF8() in TestCppCompareUTF8()
1681 UPerfFunction* CollPerf2Test::TestCppCompareUTF8Null() in TestCppCompareUTF8Null()
1692 UPerfFunction* CollPerf2Test::TestCppCompareUTF8Similar() in TestCppCompareUTF8Similar()
1703 UPerfFunction* CollPerf2Test::TestCppGetCollationKey() in TestCppGetCollationKey()
1714 UPerfFunction* CollPerf2Test::TestCppGetCollationKeyNull() in TestCppGetCollationKeyNull()
1725 UPerfFunction* CollPerf2Test::TestUniStrSort() { in TestUniStrSort()
1735 UPerfFunction* CollPerf2Test::TestStringPieceSortCpp() { in TestStringPieceSortCpp()
1745 UPerfFunction* CollPerf2Test::TestStringPieceSortC() { in TestStringPieceSortC()
1755 UPerfFunction* CollPerf2Test::TestUniStrBinSearch() { in TestUniStrBinSearch()
1765 UPerfFunction* CollPerf2Test::TestStringPieceBinSearchCpp() { in TestStringPieceBinSearchCpp()
1775 UPerfFunction* CollPerf2Test::TestStringPieceBinSearchC() { in TestStringPieceBinSearchC()
1789 CollPerf2Test test(argc, argv, status); in main()