Searched refs:gStdOut (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/io/
H A Duprintf.c38 static UFILE *gStdOut = NULL; variable
42 if (gStdOut != NULL) {
43 u_fclose(gStdOut);
44 gStdOut = NULL;
52 if (gStdOut == NULL) {
53 gStdOut = u_finit(stdout, NULL, NULL);
56 return gStdOut;

Completed in 130 milliseconds