Lines Matching refs:TestCollator
1969 class TestCollator : public Collator class
2020 TestCollator() : Collator() {}; in TestCollator() function in TestCollator
2021 TestCollator(UCollationStrength collationStrength, in TestCollator() function in TestCollator
2025 inline UBool TestCollator::operator==(const Collator& other) const { in operator ==()
2037 Collator* TestCollator::clone() const in clone()
2039 return new TestCollator(); in clone()
2042 UCollationResult TestCollator::compare(const UnicodeString& source, in compare()
2053 UCollationResult TestCollator::compare(const UnicodeString& source, in compare()
2065 UCollationResult TestCollator::compare(const UChar* source, in compare()
2076 CollationKey& TestCollator::getCollationKey(const UnicodeString& source, in getCollationKey()
2089 CollationKey& TestCollator::getCollationKey(const UChar*source, in getCollationKey()
2099 int32_t TestCollator::getSortKey(const UnicodeString& source, uint8_t* result, in getSortKey()
2109 int32_t TestCollator::getSortKey(const UChar*source, int32_t sourceLength, in getSortKey()
2116 int32_t TestCollator::hashCode() const in hashCode()
2121 Locale TestCollator::getLocale(ULocDataLocaleType type, UErrorCode& status) const in getLocale()
2130 Collator::ECollationStrength TestCollator::getStrength() const in getStrength()
2135 void TestCollator::setStrength(Collator::ECollationStrength newStrength) in setStrength()
2141 UClassID TestCollator::getDynamicClassID(void) const in getDynamicClassID()
2146 void TestCollator::getVersion(UVersionInfo info) const in getVersion()
2152 void TestCollator::setAttribute(UColAttribute /*attr*/, UColAttributeValue /*value*/, in setAttribute()
2157 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, in getAttribute()
2167 uint32_t TestCollator::setVariableTop(const UChar *varTop, int32_t len, in setVariableTop()
2177 uint32_t TestCollator::setVariableTop(const UnicodeString &varTop, in setVariableTop()
2187 void TestCollator::setVariableTop(uint32_t varTop, UErrorCode &status) in setVariableTop()
2195 uint32_t TestCollator::getVariableTop(UErrorCode &status) const in getVariableTop()
2205 UnicodeSet * TestCollator::getTailoredSet(UErrorCode &status) const in getTailoredSet()
2210 void TestCollator::setLocales(const Locale& requestedLocale, const Locale& validLocale, const Local… in setLocales()
2218 TestCollator col1; in TestSubclass()
2219 TestCollator col2; in TestSubclass()
2256 TestCollator col3(UCOL_TERTIARY, UNORM_NONE); in TestSubclass()