Searched refs:CppGetCollationKey (Results 1 – 1 of 1) sorted by relevance
703 class CppGetCollationKey : public UPerfFunction class706 CppGetCollationKey(const Collator* coll, const CA_uchar* source, UBool useLen);707 ~CppGetCollationKey();717 CppGetCollationKey::CppGetCollationKey(const Collator* coll, const CA_uchar* source, UBool useLen) in CppGetCollationKey() function in CppGetCollationKey724 CppGetCollationKey::~CppGetCollationKey() in ~CppGetCollationKey()728 void CppGetCollationKey::call(UErrorCode* status) in call()738 long CppGetCollationKey::getOperationsPerIteration() { in getOperationsPerIteration()1706 …CppGetCollationKey *testCase = new CppGetCollationKey(collObj, getData16(status), TRUE /* useLen *… in TestCppGetCollationKey()1717 …CppGetCollationKey *testCase = new CppGetCollationKey(collObj, getData16(status), FALSE /* useLen … in TestCppGetCollationKeyNull()