Home | History | Annotate | Download | only in intltest

Lines Matching defs:fErrors

569     UBool  getError() { return (fErrors > 0); } 
570 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); }
573 ThreadWithStatus() : fErrors(0) {}
575 fErrors++; fErrorString = error;
580 int32_t fErrors;