Home | History | Annotate | Download | only in unicode

Lines Matching refs:uset_close

38  * uset_open*, and destroy with uset_close.
251 * @return a newly created USet. The caller must call uset_close() on
264 * @return a newly created USet. The caller must call uset_close() on
307 uset_close(USet* set);
315 * "Smart pointer" class, closes a USet via uset_close().
322 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close);