Home
last modified time | relevance | path

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

12

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java992 public UnicodeSet getTailoredSet() { in getTailoredSet() method in RuleBasedCollator
1426 UnicodeSet thisTailored = getTailoredSet(); in equals()
1427 UnicodeSet otherTailored = o.getTailoredSet(); in equals()
1448 UnicodeSet set = getTailoredSet(); in hashCode()
DCollator.java1212 public UnicodeSet getTailoredSet() in getTailoredSet() method in Collator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedCollator.java966 public UnicodeSet getTailoredSet() { in getTailoredSet() method in RuleBasedCollator
1389 UnicodeSet thisTailored = getTailoredSet(); in equals()
1390 UnicodeSet otherTailored = o.getTailoredSet(); in equals()
1410 UnicodeSet set = getTailoredSet(); in hashCode()
DCollator.java1163 public UnicodeSet getTailoredSet() in getTailoredSet() method in Collator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dcoll.h989 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const;
Dtblcoll.h620 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dtblcoll.h620 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const override;
Dcoll.h989 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtblcoll.h620 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const override;
Dcoll.h989 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const;
/third_party/skia/third_party/externals/icu/source/i18n/
Drulebasedcollator.cpp262 LocalPointer<UnicodeSet> thisTailored(getTailoredSet(errorCode));
263 LocalPointer<UnicodeSet> otherTailored(o.getTailoredSet(errorCode));
280 LocalPointer<UnicodeSet> set(getTailoredSet(errorCode)); in hashCode()
368 RuleBasedCollator::getTailoredSet(UErrorCode &errorCode) const { in getTailoredSet() function in RuleBasedCollator
Ducol.cpp607 UnicodeSet *set = Collator::fromUCollator(coll)->getTailoredSet(*status); in ucol_getTailoredSet()
Dcoll.cpp665 UnicodeSet *Collator::getTailoredSet(UErrorCode &status) const in getTailoredSet() function in Collator
/third_party/icu/icu4c/source/i18n/
Drulebasedcollator.cpp262 LocalPointer<UnicodeSet> thisTailored(getTailoredSet(errorCode));
263 LocalPointer<UnicodeSet> otherTailored(o.getTailoredSet(errorCode));
280 LocalPointer<UnicodeSet> set(getTailoredSet(errorCode)); in hashCode()
368 RuleBasedCollator::getTailoredSet(UErrorCode &errorCode) const { in getTailoredSet() function in RuleBasedCollator
Ducol.cpp613 UnicodeSet *set = Collator::fromUCollator(coll)->getTailoredSet(*status); in ucol_getTailoredSet()
Dcoll.cpp665 UnicodeSet *Collator::getTailoredSet(UErrorCode &status) const in getTailoredSet() function in Collator
/third_party/node/deps/icu-small/source/i18n/
Drulebasedcollator.cpp262 LocalPointer<UnicodeSet> thisTailored(getTailoredSet(errorCode));
263 LocalPointer<UnicodeSet> otherTailored(o.getTailoredSet(errorCode));
280 LocalPointer<UnicodeSet> set(getTailoredSet(errorCode)); in hashCode()
368 RuleBasedCollator::getTailoredSet(UErrorCode &errorCode) const { in getTailoredSet() function in RuleBasedCollator
Ducol.cpp613 UnicodeSet *set = Collator::fromUCollator(coll)->getTailoredSet(*status); in ucol_getTailoredSet()
Dcoll.cpp666 UnicodeSet *Collator::getTailoredSet(UErrorCode &status) const in getTailoredSet() function in Collator
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp1941 set = coll.getTailoredSet(status); in TestGetTailoredSet()
2047 virtual UnicodeSet *getTailoredSet(UErrorCode &status) const override;
2236 UnicodeSet * TestCollator::getTailoredSet(UErrorCode &status) const in getTailoredSet() function in TestCollator
2238 return Collator::getTailoredSet(status); in getTailoredSet()
2272 UnicodeSet *defaultset = col1.getTailoredSet(status); in TestSubclass()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java3067 UnicodeSet tailoredSet = viescoll.getTailoredSet(); in TestImport()
3068 UnicodeSet importTailoredSet = importviescoll.getTailoredSet(); in TestImport()
3096 UnicodeSet tailoredSet = videcoll.getTailoredSet(); in TestImportWithType()
3097 UnicodeSet importTailoredSet = importvidecoll.getTailoredSet(); in TestImportWithType()
DCollationAPITest.java723 set = coll.getTailoredSet();
844 UnicodeSet set = col1.getTailoredSet();
DCollationTest.java992 UnicodeSet tailored = coll.getTailoredSet(); in TestTailoredElements()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationMiscTest.java3070 UnicodeSet tailoredSet = viescoll.getTailoredSet(); in TestImport()
3071 UnicodeSet importTailoredSet = importviescoll.getTailoredSet(); in TestImport()
3099 UnicodeSet tailoredSet = videcoll.getTailoredSet(); in TestImportWithType()
3100 UnicodeSet importTailoredSet = importvidecoll.getTailoredSet(); in TestImportWithType()
DCollationAPITest.java726 set = coll.getTailoredSet();
847 UnicodeSet set = col1.getTailoredSet();

12