Home | History | Annotate | Download | only in gentest

Lines Matching refs:fprintf

74         fprintf(stderr,
79 fprintf(stderr,
115 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode));
127 fprintf(stderr, "gentest: error %d writing the output file\n", *errorCode);
134 fprintf(stderr, "gentest: data length %ld != calculated size %lu\n",
158 fprintf(stderr, "%s: Couldn't create resource test file %s\n",
163 fprintf(out, "// Copyright (C) 2016 and later: Unicode, Inc. and others.\n");
164 fprintf(out, "// License & terms of use: http://www.unicode.org/copyright.html\n\n");
165 fprintf(out, "/** Copyright (C) 2007-2016, International Business Machines Corporation and Others. All Rights Reserved. **/\n\n");
166 fprintf(out, "/* NOTE: this file is AUTOMATICALLY GENERATED by gentest.\n"
169 fprintf(out, "package com.ibm.icu.dev.test.util;\n\n");
170 fprintf(out, "public class DebugUtilitiesData extends Object {\n");
171 fprintf(out, " public static final String ICU4C_VERSION=\"%s\";\n", U_ICU_VERSION);
173 fprintf(out, " public static final int %s = %d;\n", udbg_enumName(UDBG_UDebugEnumType,t), t);
175 fprintf(out, " public static final String [] TYPES = { \n");
177 fprintf(out, " \"%s\", /* %d */\n", udbg_enumName(UDBG_UDebugEnumType,t), t);
179 fprintf(out, " };\n\n");
181 fprintf(out, " public static final String [][] NAMES = { \n");
184 fprintf(out, " /* %s, %d */\n", udbg_enumName(UDBG_UDebugEnumType,t), t);
185 fprintf(out, " { \n");
187 fprintf(out,
190 fprintf(out, " },\n");
192 fprintf(out, " };\n\n");
194 fprintf(out, " public static final int [][] VALUES = { \n");
197 fprintf(out, " /* %s, %d */\n", udbg_enumName(UDBG_UDebugEnumType,t), t);
198 fprintf(out, " { \n");
200 fprintf(out,
208 fprintf(out, "com.ibm.icu.util.ChineseCalendar.%s, /* %d */", udbg_enumName((UDebugEnumType)t,i), i);
210 fprintf(out, "com.ibm.icu.util.Calendar.%s, /* %d */", udbg_enumName((UDebugEnumType)t,i), i);
216 fprintf(out,"%d, /* %s */", i, udbg_enumName((UDebugEnumType)t,i));
218 fprintf(out,"\n");
220 fprintf(out, " },\n");
222 fprintf(out, " };\n\n");
223 fprintf(out, "}\n");