• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ICU-531.30/icuSources/extra/uconv/

Lines Matching defs:pname

82 static void initMsg(const char *pname) {
96 pname, u_errorName(err));
106 pname, UCONVMSG, u_errorName(err));
110 pname, UCONVMSG);
123 pname, dataPath, u_errorName(err));
124 fprintf(stderr, "%s: warning: messages will not be displayed\n", pname);
197 static int printConverters(const char *pname, const char *lookfor,
237 initMsg(pname);
556 UBool convertFile(const char *pname,
579 ConvertFile::convertFile(const char *pname,
629 initMsg(pname);
639 initMsg(pname);
669 initMsg(pname);
700 initMsg(pname);
707 initMsg(pname);
715 initMsg(pname);
722 initMsg(pname);
744 initMsg(pname);
820 initMsg(pname);
1009 initMsg(pname);
1028 initMsg(pname);
1064 static void usage(const char *pname, int ecode) {
1071 initMsg(pname);
1075 UnicodeString upname(pname, (int32_t)(uprv_strlen(pname) + 1));
1120 const char *pname;
1138 // Get and prettify pname.
1139 pname = uprv_strrchr(*argv, U_FILE_SEP_CHAR);
1141 if (!pname) {
1142 pname = uprv_strrchr(*argv, '/');
1145 if (!pname) {
1146 pname = *argv;
1148 ++pname;
1162 usage(pname, 1);
1168 usage(pname, 1);
1174 usage(pname, 1);
1184 initMsg(pname);
1186 initMsg(pname);
1191 usage(pname, 1);
1195 usage(pname, 1);
1200 usage(pname, 1);
1205 usage(pname, 1);
1214 initMsg(pname);
1219 usage(pname, 1);
1225 usage(pname, 1);
1230 usage(pname, 0);
1242 initMsg(pname);
1247 usage(pname, 1);
1258 initMsg(pname);
1263 usage(pname, 1);
1278 initMsg(pname);
1283 usage(pname, 1);
1290 printf("%s v2.1 ICU " U_ICU_VERSION "\n", pname);
1297 usage(pname, 1);
1304 usage(pname, 1);
1312 return printConverters(pname, printName, printCanon) ? 2 : 0;
1330 initMsg(pname);
1354 pname, fromcpage, toucallback, touctxt, tocpage,
1363 pname, fromcpage, toucallback, touctxt, tocpage,