Home | History | Annotate | Download | only in unicode

Lines Matching refs:unum_close

323  * The caller must call {@link #unum_close } when done to release resources
346 * @see unum_close
366 unum_close(UNumberFormat* fmt);
374 * "Smart pointer" class, closes a UNumberFormat via unum_close().
381 U_DEFINE_LOCAL_OPEN_POINTER(LocalUNumberFormatPointer, UNumberFormat, unum_close);