Home | History | Annotate | Download | only in unicode

Lines Matching full:unum_close

213  * The caller must call {@link #unum_close } when done to release resources
236 * @see unum_close
256 unum_close(UNumberFormat* fmt);
264 * "Smart pointer" class, closes a UNumberFormat via unum_close().
271 U_DEFINE_LOCAL_OPEN_POINTER(LocalUNumberFormatPointer, UNumberFormat, unum_close);