Lines Matching refs:UBool
28 UBool IcuTestErrorCode::errIfFailureAndReset() {
39 UBool IcuTestErrorCode::errIfFailureAndReset(const char *fmt, ...) {
55 UBool IcuTestErrorCode::errDataIfFailureAndReset() {
66 UBool IcuTestErrorCode::errDataIfFailureAndReset(const char *fmt, ...) {
82 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError) {
86 UBool retval = isFailure();
91 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...) {
100 UBool retval = isFailure();
117 void IcuTestErrorCode::errlog(UBool dataErr, const UnicodeString& mainMessage, const char* extraMessage) const {
207 UBool RBTestDataModule::getInfo(const DataMap *& info, UErrorCode &/*status*/) const