Home | History | Annotate | Download | only in gencnval

Lines Matching full:stderr

234         fprintf(stderr,
239 fprintf(stderr,
285 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
295 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
305 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
355 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
359 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
369 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
510 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum);
526 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum);
544 fprintf(stderr, "%s:%d: error: too many tags\n", path, lineNum);
552 fprintf(stderr, "%s:%d: error: Tag \"%s\" is not declared at the beginning of the alias table.\n",
557 fprintf(stderr
582 fprintf(stderr, "%s:%d: error: official tags already added\n", path, lineNum);
588 fprintf(stderr, "%s:%d: error: Missing start of tag group\n", path, lineNum);
594 fprintf(stderr, "%s:%d: error: Missing end of tag group\n", path, lineNum);
625 fprintf(stderr, "%s:%d: warning: duplicate alias %s and %s found\n", path,
634 fprintf(stderr, "%s:%d: information: duplicate alias %s and %s found\n", path,
643 fprintf(stderr, "%s:%d: warning: Too many aliases defined for all converters\n",
661 fprintf(stderr, "%s:%d: error: too many standard tags\n", path, lineNum);
665 fprintf(stderr, "%s:%d: error: too many converter names\n", path, lineNum);
671 fprintf(stderr, "%s:%d: error: unmatched } found\n", path,
676 fprintf(stderr, "%s:%d: error: too many aliases for alias %s and converter %s\n", path,
688 fprintf(stderr, "warning(line %d): alias %s contains a \""UCNV_OPTION_SEP_STRING"\". Options are parsed at run-time and do not need to be in the alias table.\n",
693 fprintf(stderr, "warning(line %d): alias %s contains an \""UCNV_VALUE_SEP_STRING"\". Options are parsed at run-time and do not need to be in the alias table.\n",
713 fprintf(stderr, "%s:%d: warning: duplicate aliases %s and %s found for standard %s and converter %s\n", path,
719 fprintf(stderr, "%s:%d: warning: duplicate aliases %s and %s found for standard tag %s between converter %s and converter %s\n", path,
739 fprintf(stderr, "%s:%d: warning: duplicate alias %s found for converter %s and standard tag %s\n", path,
758 fprintf(stderr, "%s:%d: error: Alias %s and %s cannot both be the default alias for standard tag %s and converter %s\n", path,
782 fprintf(stderr, "%s:%d: error: too many converters\n", path, lineNum);
788 fprintf(stderr, "%s:%d: error: duplicate converter %s found!\n", path, lineNum, converter);
832 fprintf(stderr, "%s: warning: alias %s not found\n",
933 fprintf(stderr, "%s: warning: tag %s does not have a default alias for %s\n",
941 fprintf(stderr, "%s: error: Too many alias lists\n", path);
1087 fprintf(stderr, "%s:%d: error: out of memory\n", path, lineNum);
1101 fprintf(stderr, "%s:%d: error: the name %s contains not just invariant characters\n", path, lineNum, p);