Home | History | Annotate | Download | only in intltest

Lines Matching full:error

32             errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
41 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
45 errln("Error: expected %i, got %i\n", i, res);
59 errln("Error setting a non existing contraction error = %i (%s)\n", status, u_errorName(status));
61 // if we try to change the non existing offset, we should get an error
67 errln("changing a non-existing offset should have resulted in an error\n");
82 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
91 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
95 errln("Error: expected %i, got %i\n", i, res);
112 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
118 errln("Error constructing table error = %i (%s)\n", status, u_errorName(status));
125 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
129 errln("Error: expected %i, got %i\n", i, res);
139 errln("Error opening table error = %i (%s)\n", status, u_errorName(status));