Home | History | Annotate | Download | only in unicode

Lines Matching refs:u_fclose

70  * u_fflush() and u_fclose should return an int32_t like C99 functions.
198 u_fclose(out);
317 * The string is usable once u_fclose or u_fflush has been called on the
339 u_fclose(UFILE *file);
347 * "Smart pointer" class, closes a UFILE via u_fclose().
354 U_DEFINE_LOCAL_OPEN_POINTER(LocalUFILEPointer, UFILE, u_fclose);