Home | History | Annotate | Download | only in intltest

Lines Matching defs:uset

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