Lines Matching defs:leaks
547 leaks = FALSE;
625 UBool rval = this->leaks;
626 this->leaks = leaksVal;
1151 // being run a second time local to a specific method in order to report only actual leaks
1153 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1179 UBool leaks = FALSE;
1218 else if (strcmp("leaks", str) == 0 ||
1220 leaks = TRUE;
1267 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1295 major.setLeaks( leaks );
1329 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off"));
1443 if (leaks) {
1462 if (leaks && res) {