Home | History | Annotate | Download | only in intltest

Lines Matching full:leaks

530     leaks = FALSE;
607 UBool rval = this->leaks;
608 this->leaks = leaksVal;
1077 // being run a second time local to a specific method in order to report only actual leaks
1079 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1105 UBool leaks = FALSE;
1136 else if (strcmp("leaks", str) == 0 ||
1138 leaks = TRUE;
1183 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1212 major.setLeaks( leaks );
1246 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off"));
1353 if (leaks) {
1372 if (leaks && res) {