Lines Matching refs:CollPerf2Test
1043 class CollPerf2Test : public UPerfTest class
1046 CollPerf2Test(int32_t argc, const char *argv[], UErrorCode &status);
1047 ~CollPerf2Test();
1131 CollPerf2Test::CollPerf2Test(int32_t argc, const char *argv[], UErrorCode &status) : in CollPerf2Test() function in CollPerf2Test
1159 CollPerf2Test::~CollPerf2Test() in ~CollPerf2Test()
1176 const CA_uchar* CollPerf2Test::getData16(UErrorCode &status) in getData16()
1217 const CA_char* CollPerf2Test::getData8(UErrorCode &status) in getData8()
1224 const CA_uchar* CollPerf2Test::getModData16(UErrorCode &status) in getModData16()
1259 const CA_char* CollPerf2Test::getModData8(UErrorCode &status) in getModData8()
1298 const CA_uchar* CollPerf2Test::getSortedData16(UErrorCode &status) { in getSortedData16()
1306 const CA_char* CollPerf2Test::getSortedData8(UErrorCode &status) { in getSortedData8()
1312 const CA_uchar* CollPerf2Test::getRandomData16(UErrorCode &status) { in getRandomData16()
1321 const CA_char* CollPerf2Test::getRandomData8(UErrorCode &status) { in getRandomData8()
1327 CA_uchar* CollPerf2Test::sortData16(const CA_uchar* d16, in sortData16()
1357 CA_char* CollPerf2Test::getData8FromData16(const CA_uchar* d16, UErrorCode &status) { in getData8FromData16()
1390 CollPerf2Test::runIndexedTest(int32_t index, UBool exec, const char *&name, char *par /*= NULL*/) in runIndexedTest()
1443 UPerfFunction* CollPerf2Test::TestStrcoll() in TestStrcoll()
1454 UPerfFunction* CollPerf2Test::TestStrcollNull() in TestStrcollNull()
1465 UPerfFunction* CollPerf2Test::TestStrcollSimilar() in TestStrcollSimilar()
1476 UPerfFunction* CollPerf2Test::TestStrcollUTF8() in TestStrcollUTF8()
1487 UPerfFunction* CollPerf2Test::TestStrcollUTF8Null() in TestStrcollUTF8Null()
1498 UPerfFunction* CollPerf2Test::TestStrcollUTF8Similar() in TestStrcollUTF8Similar()
1509 UPerfFunction* CollPerf2Test::TestGetSortKey() in TestGetSortKey()
1520 UPerfFunction* CollPerf2Test::TestGetSortKeyNull() in TestGetSortKeyNull()
1531 UPerfFunction* CollPerf2Test::TestNextSortKeyPart_4All() in TestNextSortKeyPart_4All()
1542 UPerfFunction* CollPerf2Test::TestNextSortKeyPart_4x4() in TestNextSortKeyPart_4x4()
1553 UPerfFunction* CollPerf2Test::TestNextSortKeyPart_4x8() in TestNextSortKeyPart_4x8()
1564 UPerfFunction* CollPerf2Test::TestNextSortKeyPart_32All() in TestNextSortKeyPart_32All()
1575 UPerfFunction* CollPerf2Test::TestNextSortKeyPart_32x2() in TestNextSortKeyPart_32x2()
1586 UPerfFunction* CollPerf2Test::TestNextSortKeyPartUTF8_4All() in TestNextSortKeyPartUTF8_4All()
1597 UPerfFunction* CollPerf2Test::TestNextSortKeyPartUTF8_4x4() in TestNextSortKeyPartUTF8_4x4()
1608 UPerfFunction* CollPerf2Test::TestNextSortKeyPartUTF8_4x8() in TestNextSortKeyPartUTF8_4x8()
1619 UPerfFunction* CollPerf2Test::TestNextSortKeyPartUTF8_32All() in TestNextSortKeyPartUTF8_32All()
1630 UPerfFunction* CollPerf2Test::TestNextSortKeyPartUTF8_32x2() in TestNextSortKeyPartUTF8_32x2()
1641 UPerfFunction* CollPerf2Test::TestCppCompare() in TestCppCompare()
1652 UPerfFunction* CollPerf2Test::TestCppCompareNull() in TestCppCompareNull()
1663 UPerfFunction* CollPerf2Test::TestCppCompareSimilar() in TestCppCompareSimilar()
1674 UPerfFunction* CollPerf2Test::TestCppCompareUTF8() in TestCppCompareUTF8()
1685 UPerfFunction* CollPerf2Test::TestCppCompareUTF8Null() in TestCppCompareUTF8Null()
1696 UPerfFunction* CollPerf2Test::TestCppCompareUTF8Similar() in TestCppCompareUTF8Similar()
1707 UPerfFunction* CollPerf2Test::TestCppGetCollationKey() in TestCppGetCollationKey()
1718 UPerfFunction* CollPerf2Test::TestCppGetCollationKeyNull() in TestCppGetCollationKeyNull()
1729 UPerfFunction* CollPerf2Test::TestUniStrSort() { in TestUniStrSort()
1739 UPerfFunction* CollPerf2Test::TestStringPieceSortCpp() { in TestStringPieceSortCpp()
1749 UPerfFunction* CollPerf2Test::TestStringPieceSortC() { in TestStringPieceSortC()
1759 UPerfFunction* CollPerf2Test::TestUniStrBinSearch() { in TestUniStrBinSearch()
1769 UPerfFunction* CollPerf2Test::TestStringPieceBinSearchCpp() { in TestStringPieceBinSearchCpp()
1779 UPerfFunction* CollPerf2Test::TestStringPieceBinSearchC() { in TestStringPieceBinSearchC()
1793 CollPerf2Test test(argc, argv, status); in main()