• Home
  • Raw
  • Download

Lines Matching refs:TestCollator

1971 class TestCollator  : public Collator  class
2022 TestCollator() : Collator() {}; in TestCollator() function in TestCollator
2023 TestCollator(UCollationStrength collationStrength, in TestCollator() function in TestCollator
2027 inline UBool TestCollator::operator==(const Collator& other) const { in operator ==()
2039 Collator* TestCollator::clone() const in clone()
2041 return new TestCollator(); in clone()
2044 UCollationResult TestCollator::compare(const UnicodeString& source, in compare()
2055 UCollationResult TestCollator::compare(const UnicodeString& source, in compare()
2067 UCollationResult TestCollator::compare(const UChar* source, in compare()
2078 CollationKey& TestCollator::getCollationKey(const UnicodeString& source, in getCollationKey()
2091 CollationKey& TestCollator::getCollationKey(const UChar*source, in getCollationKey()
2101 int32_t TestCollator::getSortKey(const UnicodeString& source, uint8_t* result, in getSortKey()
2111 int32_t TestCollator::getSortKey(const UChar*source, int32_t sourceLength, in getSortKey()
2118 int32_t TestCollator::hashCode() const in hashCode()
2123 Locale TestCollator::getLocale(ULocDataLocaleType type, UErrorCode& status) const in getLocale()
2132 Collator::ECollationStrength TestCollator::getStrength() const in getStrength()
2137 void TestCollator::setStrength(Collator::ECollationStrength newStrength) in setStrength()
2143 UClassID TestCollator::getDynamicClassID(void) const in getDynamicClassID()
2148 void TestCollator::getVersion(UVersionInfo info) const in getVersion()
2154 void TestCollator::setAttribute(UColAttribute /*attr*/, UColAttributeValue /*value*/, in setAttribute()
2159 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, in getAttribute()
2169 uint32_t TestCollator::setVariableTop(const UChar *varTop, int32_t len, in setVariableTop()
2179 uint32_t TestCollator::setVariableTop(const UnicodeString &varTop, in setVariableTop()
2189 void TestCollator::setVariableTop(uint32_t varTop, UErrorCode &status) in setVariableTop()
2197 uint32_t TestCollator::getVariableTop(UErrorCode &status) const in getVariableTop()
2207 UnicodeSet * TestCollator::getTailoredSet(UErrorCode &status) const in getTailoredSet()
2212 void TestCollator::setLocales(const Locale& requestedLocale, const Locale& validLocale, const Local… in setLocales()
2220 TestCollator col1; in TestSubclass()
2221 TestCollator col2; in TestSubclass()
2258 TestCollator col3(UCOL_TERTIARY, UNORM_NONE); in TestSubclass()