Searched refs:uset_equals (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dusettest.c570 if(!uset_equals(frozen, idSet)) {
577 if(uset_isFrozen(idSet) || !uset_isFrozen(frozen) || !uset_equals(frozen, idSet)) {
592 if(uset_isFrozen(thawed) || uset_equals(thawed, idSet) || !uset_containsRange(thawed, 0xd802, 0xd805)) {
H A Dspooftest.c261 TEST_ASSERT(uset_equals(us, uspoof_getAllowedChars(sc, &status)));
399 TEST_ASSERT(uset_equals(tmpSet, set));
H A Dcldrtest.c1229 if (uset_equals(exemplarSets[1], exemplarSets[0])) {
H A Dcmsccoll.c5592 if(!uset_equals(tailoredSet, importTailoredSet)){
5703 if(!uset_equals(tailoredSet, importTailoredSet)){
/external/icu/icu4c/source/common/unicode/
H A Duset.h1007 uset_equals(const USet* set1, const USet* set2);
H A Durename.h1564 #define uset_equals U_ICU_ENTRY_POINT_RENAME(uset_equals) macro
/external/icu/icu4c/source/common/
H A Duset.cpp221 uset_equals(const USet* set1, const USet* set2) { function

Completed in 126 milliseconds