Lines Matching refs:USet
27 static void expect(const USet* set,
31 static void expectContainment(const USet* set,
35 static void expectItems(const USet* set,
56 USet *s = uset_open(1, 0); in Testj2269()
82 USet* set; in TestAPI()
83 USet* set2; in TestAPI()
236 static void expect(const USet* set, in expect()
253 static void expectContainment(const USet* set, in expectContainment()
355 static void expectItems(const USet* set, in expectItems()
479 USet *set; in TestSerialized()
529 USet *set = uset_openPattern(buf, len, &ec); in TestNonInvariantPattern()
535 USet *pat; in TestBadPattern()
544 static USet *openIDSet() { in openIDSet()
552 USet *idSet; in TestFreezable()
553 USet *frozen; in TestFreezable()
554 USet *thawed; in TestFreezable()
606 USet *idSet=openIDSet(); in TestSpan()