Home | History | Annotate | Download | only in genrb

Lines Matching full:u_fprintf

188           u_fprintf(ustderr, "processing bundle \"%s\"\n", argv[i]);
290 u_fprintf(ustderr, "%s: couldn't create %s\n", pname, thefile);
299 u_fprintf(ustderr, "%s: couldn't configure converter for encoding\n", pname);
310 u_fprintf(out, "// -*- Coding: %s; -*-\n//\n", encoding ? encoding : getEncodingName(ucnv_getDefaultName()));
311 u_fprintf(out, "// This file was dumped by derb(8) from ");
313 u_fprintf(out, "%s", thename);
315 u_fprintf(out, "the ICU internal %s locale", locale);
318 u_fprintf(out, "\n// derb(8) by Vladimir Weinstein and Yves Arrouye\n\n");
321 u_fprintf(out, "%s", locale);
323 u_fprintf(out, "%.*s%.*S", (int32_t)(ext - filename), filename, (int32_t)(sizeof(sp)/sizeof(*sp)), sp);
386 u_fprintf(out, "%s", str);
388 u_fprintf(out, "%.*s", len, str);
669 u_fprintf(ustderr, "%s: error %d while %s: %s\n", pname, *status, when, u_errorName(*status));