Home | History | Annotate | Download | only in unicode

Lines Matching refs:u_fclose

66  * u_fflush() and u_fclose should return an int32_t like C99 functions.
194 u_fclose(out);
290 * The string is usable once u_fclose or u_fflush has been called on the
312 u_fclose(UFILE *file);
320 * "Smart pointer" class, closes a UFILE via u_fclose().
327 U_DEFINE_LOCAL_OPEN_POINTER(LocalUFILEPointer, UFILE, u_fclose);