Home | History | Annotate | Download | only in uresb

Lines Matching refs:u_fprintf

152         u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg, resPath);
155 u_fprintf(out, "%s\n", arg);
178 u_fprintf(out, "%s", inchar);
182 u_fprintf(out, "%02X", (uint8_t)*what);
236 u_fprintf(out, "// WARNING: this string, size %d is truncated to %d\n", len, truncsize/2);
242 u_fprintf(out, "%s { \"%S\" } ", key, string);
244 u_fprintf(out, "\"%S\",", string);
247 u_fprintf(out, " // STRING");
249 u_fprintf(out, "\n");
256 u_fprintf(out, "%s", key);
258 u_fprintf(out, ":int { %li } ", ures_getInt(resource, status));
261 u_fprintf(out, " // INT");
263 u_fprintf(out, "\n");
271 u_fprintf(out, "// WARNING: this resource, size %li is truncated to %li\n", len, truncsize/2);
277 u_fprintf(out, "%s", key);
279 u_fprintf(out, ":binary { ");
283 u_fprintf(out, " }");
285 u_fprintf(out, " // BINARY");
287 u_fprintf(out, "\n");
301 u_fprintf(out, "%s", key);
303 u_fprintf(out, ":intvector { ");
305 u_fprintf(out, "%d, ", data[i]);
308 u_fprintf(out, "%d ", data[len-1]);
310 u_fprintf(out, "}");
312 u_fprintf(out, " // INTVECTOR");
314 u_fprintf(out, "\n");
328 u_fprintf(out, "%s ", key);
330 u_fprintf(out, "{");
333 u_fprintf(out, " // TABLE");
335 u_fprintf(out, " // ARRAY");
338 u_fprintf(out, "\n");
346 u_fprintf(out, "}\n");
357 u_fprintf(outerr, "Error %d(%s) : %U happened!\n", *status, u_errorName(*status), getErrorName(*status));