Home | History | Annotate | Download | only in intltest

Lines Matching defs:what

111     UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; ";
117 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);
128 logln(what + tmp);
132 dataerrln("FAIL: staticID == NULL! " + what);
137 dataerrln( "FAIL: ==NULL! " + what);
142 errln("FAIL: dynamicID == NULL!" + what);
146 dataerrln("FAIL: dynamicID != staticID! " + what);
158 logln("OK: ID found is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
161 errln("FAIL: ID is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
180 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; ";
186 logln(what + tmp);
191 dataerrln( "FAIL: ==NULL! " + what);
196 errln("FAIL: dynamicID != NULL! for non-poor-man's-RTTI " + what);
554 * ... so that's what I am doing here.