Lines Matching refs:collObj
1049 Collator* collObj; member in CollPerf2Test
1130 collObj(NULL), in CollPerf2Test()
1152 collObj = Collator::createInstance(locale, status); in CollPerf2Test()
1158 delete collObj; in ~CollPerf2Test()
1298 ArrayAndColl ac(getData16(status), *collObj); in getSortedData16()
1640 CppCompare *testCase = new CppCompare(collObj, getData16(status), TRUE /* useLen */); in TestCppCompare()
1651 CppCompare *testCase = new CppCompare(collObj, getData16(status), FALSE /* useLen */); in TestCppCompareNull()
1662 …CppCompare_2 *testCase = new CppCompare_2(collObj, getData16(status), getModData16(status), TRUE /… in TestCppCompareSimilar()
1673 CppCompareUTF8 *testCase = new CppCompareUTF8(collObj, getData8(status), TRUE /* useLen */); in TestCppCompareUTF8()
1684 CppCompareUTF8 *testCase = new CppCompareUTF8(collObj, getData8(status), FALSE /* useLen */); in TestCppCompareUTF8Null()
1695 …CppCompareUTF8_2 *testCase = new CppCompareUTF8_2(collObj, getData8(status), getModData8(status), … in TestCppCompareUTF8Similar()
1706 …CppGetCollationKey *testCase = new CppGetCollationKey(collObj, getData16(status), TRUE /* useLen *… in TestCppGetCollationKey()
1717 …CppGetCollationKey *testCase = new CppGetCollationKey(collObj, getData16(status), FALSE /* useLen … in TestCppGetCollationKeyNull()
1727 UPerfFunction *testCase = new UniStrSort(*collObj, coll, getRandomData16(status)); in TestUniStrSort()
1737 UPerfFunction *testCase = new StringPieceSortCpp(*collObj, coll, getRandomData8(status)); in TestStringPieceSortCpp()
1747 UPerfFunction *testCase = new StringPieceSortC(*collObj, coll, getRandomData8(status)); in TestStringPieceSortC()
1757 UPerfFunction *testCase = new UniStrBinSearch(*collObj, coll, getSortedData16(status)); in TestUniStrBinSearch()
1767 UPerfFunction *testCase = new StringPieceBinSearchCpp(*collObj, coll, getSortedData8(status)); in TestStringPieceBinSearchCpp()
1777 UPerfFunction *testCase = new StringPieceBinSearchC(*collObj, coll, getSortedData8(status)); in TestStringPieceBinSearchC()