Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dcoll.h790 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const;
Dtblcoll.h596 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const;
/external/icu4c/test/intltest/
Dapicoll.cpp1823 set = coll->getTailoredSet(status); in TestGetTailoredSet()
1957 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const;
2153 UnicodeSet * TestCollator::getTailoredSet(UErrorCode &status) const in getTailoredSet() function in TestCollator
2155 return Collator::getTailoredSet(status); in getTailoredSet()
2189 UnicodeSet *defaultset = col1.getTailoredSet(status); in TestSubclass()
/external/icu4c/i18n/
Dtblcoll.cpp316 RuleBasedCollator::getTailoredSet(UErrorCode &status) const in getTailoredSet() function in RuleBasedCollator
Dcoll.cpp558 UnicodeSet *Collator::getTailoredSet(UErrorCode &status) const in getTailoredSet() function in Collator