Home | History | Annotate | Download | only in intltest

Lines Matching full:leaks

510     leaks = FALSE;
575 UBool rval = this->leaks;
576 this->leaks = leaksVal;
985 // being run a second time local to a specific method in order to report only actual leaks
987 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1012 UBool leaks = FALSE;
1042 else if (strcmp("leaks", str) == 0 ||
1044 leaks = TRUE;
1074 "### exhaustive (e), leaks (l), prop:<propery>=<value>, \n"
1099 major.setLeaks( leaks );
1127 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off"));
1224 if (leaks) {
1239 if (leaks && res) {