Lines Matching defs:leaks
577 leaks = FALSE;
656 UBool rval = this->leaks;
657 this->leaks = leaksVal;
1191 // being run a second time local to a specific method in order to report only actual leaks
1193 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1223 UBool leaks = FALSE;
1262 else if (strcmp("leaks", str) == 0 ||
1264 leaks = TRUE;
1311 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1338 major.setLeaks( leaks );
1372 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off"));
1482 if (leaks) {
1501 if (leaks && res) {