Home | History | Annotate | Download | only in toolutil

Lines Matching full:stderr

190         fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error);
237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line);
243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line);
273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue);
283 fprintf(stderr, "ucm error: illegal <mb_cur_max> %s\n", *pValue);
292 fprintf(stderr, "ucm error: illegal <mb_cur_min> %s\n", *pValue);
307 fprintf(stderr, "ucm error: <icu:state> entry for non-MBCS table or before the <uconv_class> line\n");
312 fprintf(stderr, "ucm error: <icu:state> before the <mb_cur_max> line\n");
319 fprintf(stderr, "ucm error: <icu:base> without a base table name\n");
396 fprintf(stderr, "ucm error: the state table contains loops\n");
428 fprintf(stderr, "ucm error: missing conversion type (<uconv_class>)\n");
437 fprintf(stderr, "error: SBCS codepage with max B/char!=1\n");
444 fprintf(stderr, "ucm error: missing state table information (<icu:state>) for MBCS\n");
450 fprintf(stderr, "error: DBCS codepage with min B/char!=1 or max B/char!=2\n");
463 fprintf(stderr
473 fprintf(stderr, "ucm error: unknown charset structure\n");
486 fprintf(stderr, "ucm error: max B/char < min B/char\n");
498 fprintf(stderr, "ucm error: max B/char too large\n");
520 fprintf(stderr, "ucm warning: min B/char too small\n");
533 fprintf(stderr, "ucm error: state table entry [%x][%x] has a next state of %x that is too high\n",
538 fprintf(stderr, "ucm error: state table entry [%x][%x] is final but has a non-initial next state of %x\n",
542 fprintf(stderr, "ucm error: state table entry [%x][%x] is not final but has an initial next state of %x\n",
552 fprintf(stderr, "ucm error: SI/SO codepages must have max 2 bytes/char (not %x)\n", (int)states->maxCharLength);
556 fprintf(stderr, "ucm error: SI/SO codepages must have at least 3 states (not %x)\n", (int)states->countStates);
567 fprintf(stderr, "ucm error: SI/SO codepages must have in states 0 and 1 transitions e:1.s, f:0.s\n");
578 fprintf(stderr, "ucm error: state %d is 'initial' - not supported except for SI/SO codepages\n", (int)state);
697 fprintf(stderr, "cannot compact toUnicode because the maximum number of states is reached\n");
704 fprintf(stderr, "cannot compact toUnicode: out of memory\n");
755 fprintf(stderr, "cannot compact toUnicode: out of memory allocating %ld 16-bit code units\n",
982 fprintf(stderr, "ucm error: there is no state information!\n");
1004 fprintf(stderr, "ucm error: byte sequence ends in illegal state\n");
1007 fprintf(stderr, "ucm error: byte sequence ends in state-change-only\n");
1023 fprintf(stderr, "ucm error: byte sequence reached reserved action code, entry: 0x%02lx\n", (unsigned long)entry);
1030 fprintf(stderr, "ucm error: byte sequence too short, ends in non-final state %hu\n", state);
1039 fprintf(stderr, "ucm error: SI/SO (like EBCDIC-stateful) result with %d characters does not contain all DBCS\n", (int)count);