Home
last modified time | relevance | path

Searched refs:CppGetCollationKey (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp703 class CppGetCollationKey : public UPerfFunction class
706 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 CppGetCollationKey
724 CppGetCollationKey::~CppGetCollationKey() in ~CppGetCollationKey()
728 void CppGetCollationKey::call(UErrorCode* status) in call()
738 long CppGetCollationKey::getOperationsPerIteration() { in getOperationsPerIteration()
1706CppGetCollationKey *testCase = new CppGetCollationKey(collObj, getData16(status), TRUE /* useLen *… in TestCppGetCollationKey()
1717CppGetCollationKey *testCase = new CppGetCollationKey(collObj, getData16(status), FALSE /* useLen … in TestCppGetCollationKeyNull()