Home | History | Annotate | Download | only in intltest

Lines Matching defs:uset

700     // Conversions to and from USet
702 USet *uset = uniset->toUSet();
703 TEST_ASSERT((void *)uset == (void *)uniset);
704 UnicodeSet *setx = UnicodeSet::fromUSet(uset);
705 TEST_ASSERT((void *)setx == (void *)uset);
707 const USet *constUSet = constSet->toUSet();