Lines Matching refs:collObj

1053     Collator* collObj;  member in CollPerf2Test
1134 collObj(NULL), in CollPerf2Test()
1156 collObj = Collator::createInstance(locale, status); in CollPerf2Test()
1162 delete collObj; in ~CollPerf2Test()
1302 ArrayAndColl ac(getData16(status), *collObj); in getSortedData16()
1644 CppCompare *testCase = new CppCompare(collObj, getData16(status), TRUE /* useLen */); in TestCppCompare()
1655 CppCompare *testCase = new CppCompare(collObj, getData16(status), FALSE /* useLen */); in TestCppCompareNull()
1666 …CppCompare_2 *testCase = new CppCompare_2(collObj, getData16(status), getModData16(status), TRUE /… in TestCppCompareSimilar()
1677 CppCompareUTF8 *testCase = new CppCompareUTF8(collObj, getData8(status), TRUE /* useLen */); in TestCppCompareUTF8()
1688 CppCompareUTF8 *testCase = new CppCompareUTF8(collObj, getData8(status), FALSE /* useLen */); in TestCppCompareUTF8Null()
1699 …CppCompareUTF8_2 *testCase = new CppCompareUTF8_2(collObj, getData8(status), getModData8(status), … in TestCppCompareUTF8Similar()
1710 …CppGetCollationKey *testCase = new CppGetCollationKey(collObj, getData16(status), TRUE /* useLen *… in TestCppGetCollationKey()
1721 …CppGetCollationKey *testCase = new CppGetCollationKey(collObj, getData16(status), FALSE /* useLen … in TestCppGetCollationKeyNull()
1731 UPerfFunction *testCase = new UniStrSort(*collObj, coll, getRandomData16(status)); in TestUniStrSort()
1741 UPerfFunction *testCase = new StringPieceSortCpp(*collObj, coll, getRandomData8(status)); in TestStringPieceSortCpp()
1751 UPerfFunction *testCase = new StringPieceSortC(*collObj, coll, getRandomData8(status)); in TestStringPieceSortC()
1761 UPerfFunction *testCase = new UniStrBinSearch(*collObj, coll, getSortedData16(status)); in TestUniStrBinSearch()
1771 UPerfFunction *testCase = new StringPieceBinSearchCpp(*collObj, coll, getSortedData8(status)); in TestStringPieceBinSearchCpp()
1781 UPerfFunction *testCase = new StringPieceBinSearchC(*collObj, coll, getSortedData8(status)); in TestStringPieceBinSearchC()