Lines Matching defs:line

532                     fprintf(stderr, "Syntax error: unable to parse the CE from line '%s'\n", buffer);
570 fprintf(stderr, "Syntax error: unable to parse one of the ranges from line '%s'\n", buffer);
584 fprintf(stderr, "[radical] section before [Unified_Ideograph] line\n");
669 // We do not need the list of scripts on this line.
678 readAnElement(char *line,
686 int32_t lineLength = (int32_t)uprv_strlen(line);
687 while(lineLength>0 && (line[lineLength-1] == '\r' || line[lineLength-1] == '\n')) {
688 line[--lineLength] = 0;
691 if(lineLength >= 3 && line[0] == (char)0xef &&
692 line[1] == (char)0xbb && line[2] == (char)0xbf) {
695 line += 3;
698 if(line[0] == 0 || line[0] == '#') {
699 return false; // just a comment, skip whole line
703 if(line[0] == '[') {
704 readAnOption(builder, line, status);
709 char *startCodePoint = line;
712 fprintf(stderr, "error - line with no code point:\n%s\n", line);
713 *status = U_INVALID_FORMAT_ERROR; /* No code point - could be an error, but probably only an empty line */
717 char *pipePointer = strchr(line, '|');
729 input.data(), line, u_errorName(*status));
748 input.data(), line, u_errorName(*status));
768 fprintf(stderr, "Error: Too many CEs on line '%s'\n", line);
774 fprintf(stderr, "Syntax error parsing CE from line '%s' - %s\n",
775 line, u_errorName(*status));
795 fprintf(stderr, "Warning: invalid UCA weight byte 01 for %s\n", line);
799 fprintf(stderr, "Warning: invalid UCA primary weight lead byte 02 for %s\n", line);
810 b, line);
844 fprintf(stderr, "Something returned an error %i (%s) while processing line %u of %s. Exiting...\n",
850 char *line = fgets(buffer, sizeof(buffer), data);
851 if(line == NULL) {
855 fprintf(stderr, "no more input line and also no EOF!\n");
865 if(readAnElement(line, builder, prefix, s, ces, cesLength, status)) {
866 // we have read the line, now do something sensible with the read data!
922 "U+%04X on line %u of %s:\n"
925 c2, (int)lineNumber, filename, line);
945 " on line %u of %s:\n"
947 (int)lineNumber, filename, line);
1338 "error in command line argument \"%s\"\n",