Home | History | Annotate | Download | only in intltest

Lines Matching defs:error

201         //   This is probably an error on the part of our caller.
215 // An error occured
405 // some kind of error occured, the thread did not start.
455 #error No implementation for threads! Cannot test.
461 // class ThreadWithStatus - a thread that we can check the status and error condition of
472 void error(const UnicodeString &error) {
473 fErrors++; fErrorString = error;
476 void error() { error("An error occured."); }