Home | History | Annotate | Download | only in toolutil

Lines Matching refs:stderr

245             fprintf(stderr, "ucm error: unable to allocate reverseMap\n");
259 fprintf(stderr, "ucm error: sortTable()/uprv_sortArray() fails - %s\n",
371 fprintf(stderr,
374 ucm_printMapping(base, mb, stderr);
375 ucm_printMapping(ext, me, stderr);
396 fprintf(stderr,
400 ucm_printMapping(base, mb, stderr);
401 ucm_printMapping(ext, me, stderr);
488 fprintf(stderr,
491 ucm_printMapping(base, mb, stderr);
492 ucm_printMapping(ext, me, stderr);
513 fprintf(stderr,
517 ucm_printMapping(base, mb, stderr);
518 ucm_printMapping(ext, me, stderr);
542 ucm_printMapping(table, m, stderr);
559 fprintf(stderr
563 fprintf(stderr, "ucm error: extension table contains mappings without precision flags\n");
708 fprintf(stderr, "warning: removing illegal mapping from an SI/SO-stateful table\n");
709 ucm_printMapping(table, m, stderr);
720 printMapping(m, UCM_GET_CODE_POINTS(table, m), UCM_GET_BYTES(table, m), stderr);
762 fprintf(stderr, "ucm error: byte must be formatted as \\xXX (2 hex digits) - \"%s\"\n", line);
767 fprintf(stderr, "ucm error: too many bytes on \"%s\"\n", line);
807 fprintf(stderr, "ucm error: Unicode code point must be formatted as <UXXXX> (1..6 hex digits) - \"%s\"\n", line);
811 fprintf(stderr, "ucm error: Unicode code point must be 0..d7ff or e000..10ffff - \"%s\"\n", line);
816 fprintf(stderr, "ucm error: too many code points on \"%s\"\n", line);
824 fprintf(stderr, "ucm error: no Unicode code points on \"%s\"\n", line);
834 fprintf(stderr, "ucm error: too many UChars on \"%s\"\n", line);
847 fprintf(stderr, "ucm error: no bytes on \"%s\"\n", line);
861 fprintf(stderr, "ucm error: fallback indicator must be |0..|4 - \"%s\"\n", line);
881 fprintf(stderr, "ucm error: unable to allocate a UCMTable\n");
930 fprintf(stderr, "ucm error: unable to allocate %d UCMappings\n",
946 fprintf(stderr, "ucm error: unable to allocate %d UChar32s\n",
956 fprintf(stderr, "ucm error: unable to allocate %d bytes\n",
966 fprintf(stderr, "ucm error: too many code points in multiple-code point mappings\n");
978 fprintf(stderr, "ucm error: too many bytes in mappings with >4 charset bytes\n");
1013 fprintf(stderr, "ucm error: unable to allocate a UCMFile\n");
1094 fprintf(stderr, "ucm error: illegal <subchar1> |2 mapping from multiple code points\n");
1095 printMapping(m, codePoints, bytes, stderr);
1104 printMapping(m, codePoints, bytes, stderr);
1160 fprintf(stderr, "incomplete charmap section\n");