Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uset

28 #include "unicode/uset.h"
251 USet *us;
252 const USet *uset;
254 uset = uspoof_getAllowedChars(sc, &status);
256 TEST_ASSERT(uset_isFrozen(uset));
388 * AllowedChars set/get the USet of allowed characters.
391 const USet *set;
392 USet *tmpSet;
395 /* By default, we should see no restriction; the USet should allow all characters. */