Home | History | Annotate | Download | only in unicode

Lines Matching refs:u_fclose

68  * u_fflush() and u_fclose should return an int32_t like C99 functions.
196 u_fclose(out);
315 * The string is usable once u_fclose or u_fflush has been called on the
337 u_fclose(UFILE *file);
345 * "Smart pointer" class, closes a UFILE via u_fclose().
352 U_DEFINE_LOCAL_OPEN_POINTER(LocalUFILEPointer, UFILE, u_fclose);