Lines Matching refs:error
141 // Change the error so that the actual problem will be clearer to users.
311 // so that duplicate symbols error messages include a line number.
314 error(t);
410 error(U_BRK_RULE_SYNTAX);
416 error(U_BRK_RULE_SYNTAX);
536 error(U_BRK_MALFORMED_RULE_TAG);
567 error(U_BRK_UNRECOGNIZED_OPTION);
587 error(U_BRK_INTERNAL_ERROR);
602 error(U_BRK_UNDEFINED_VARIABLE);
611 error(U_BRK_ASSIGN_ERROR);
624 error(U_BRK_INTERNAL_ERROR);
636 // Error Report a rule parse error.
637 // Only report it if no previous error has been recorded.
640 void RBBIRuleScanner::error(UErrorCode e) {
677 error(U_BRK_INTERNAL_ERROR);
697 // The scanned item must match the stack, or else there was an error.
703 error(U_BRK_MISMATCHED_PAREN);
766 error(U_MEMORY_ALLOCATION_ERROR);
795 error(U_MEMORY_ALLOCATION_ERROR);
849 // keep track of input position for error reporting.
860 error(U_ILLEGAL_CHAR_FOUND);
874 error(U_BRK_NEW_LINE_IN_QUOTED_STRING);
970 error(U_BRK_HEX_DIGITS_EXPECTED);
1006 // RBBI rule file parsing stops on the first error encountered.
1081 // the action signalled some kind of error, or
1089 error(U_BRK_INTERNAL_ERROR);
1108 error(U_BRK_INTERNAL_ERROR);
1120 // If there are no forward rules set an error.
1123 error(U_BRK_RULE_SYNTAX);
1175 error(U_BRK_RULE_SYNTAX);
1223 // TODO: Get more accurate position of the error from UnicodeSet's return info.
1228 error(localStatus);
1238 // Make it an error, because it almost certainly is not what the user wanted.
1241 error(U_BRK_RULE_EMPTY_SET);
1249 // for error reporting would be thrown off.