Lines Matching refs:USet
26 static void expect(const USet* set,
30 static void expectContainment(const USet* set,
34 static void expectItems(const USet* set,
55 USet *s = uset_open(1, 0); in Testj2269()
81 USet* set; in TestAPI()
82 USet* set2; in TestAPI()
235 static void expect(const USet* set, in expect()
252 static void expectContainment(const USet* set, in expectContainment()
354 static void expectItems(const USet* set, in expectItems()
478 USet *set; in TestSerialized()
528 USet *set = uset_openPattern(buf, len, &ec); in TestNonInvariantPattern()
534 USet *pat; in TestBadPattern()
543 static USet *openIDSet() { in openIDSet()
551 USet *idSet; in TestFreezable()
552 USet *frozen; in TestFreezable()
553 USet *thawed; in TestFreezable()
605 USet *idSet=openIDSet(); in TestSpan()