• Home
  • Raw
  • Download

Lines Matching refs:TestCollator

2000 class TestCollator  : public Collator  class
2051 TestCollator() : Collator() {}; in TestCollator() function in TestCollator
2052 TestCollator(UCollationStrength collationStrength, in TestCollator() function in TestCollator
2056 inline UBool TestCollator::operator==(const Collator& other) const { in operator ==()
2068 Collator* TestCollator::clone() const in clone()
2070 return new TestCollator(); in clone()
2073 UCollationResult TestCollator::compare(const UnicodeString& source, in compare()
2084 UCollationResult TestCollator::compare(const UnicodeString& source, in compare()
2096 UCollationResult TestCollator::compare(const UChar* source, in compare()
2107 CollationKey& TestCollator::getCollationKey(const UnicodeString& source, in getCollationKey()
2120 CollationKey& TestCollator::getCollationKey(const UChar*source, in getCollationKey()
2130 int32_t TestCollator::getSortKey(const UnicodeString& source, uint8_t* result, in getSortKey()
2140 int32_t TestCollator::getSortKey(const UChar*source, int32_t sourceLength, in getSortKey()
2147 int32_t TestCollator::hashCode() const in hashCode()
2152 Locale TestCollator::getLocale(ULocDataLocaleType type, UErrorCode& status) const in getLocale()
2161 Collator::ECollationStrength TestCollator::getStrength() const in getStrength()
2166 void TestCollator::setStrength(Collator::ECollationStrength newStrength) in setStrength()
2172 UClassID TestCollator::getDynamicClassID(void) const in getDynamicClassID()
2177 void TestCollator::getVersion(UVersionInfo info) const in getVersion()
2183 void TestCollator::setAttribute(UColAttribute /*attr*/, UColAttributeValue /*value*/, in setAttribute()
2188 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, in getAttribute()
2198 uint32_t TestCollator::setVariableTop(const UChar *varTop, int32_t len, in setVariableTop()
2208 uint32_t TestCollator::setVariableTop(const UnicodeString &varTop, in setVariableTop()
2218 void TestCollator::setVariableTop(uint32_t varTop, UErrorCode &status) in setVariableTop()
2226 uint32_t TestCollator::getVariableTop(UErrorCode &status) const in getVariableTop()
2236 UnicodeSet * TestCollator::getTailoredSet(UErrorCode &status) const in getTailoredSet()
2241 void TestCollator::setLocales(const Locale& requestedLocale, const Locale& validLocale, const Local… in setLocales()
2249 TestCollator col1; in TestSubclass()
2250 TestCollator col2; in TestSubclass()
2287 TestCollator col3(UCOL_TERTIARY, UNORM_NONE); in TestSubclass()