Lines Matching refs:verbose
525 verbose = FALSE;
543 verbose = caller->verbose;
572 UBool rval = this->verbose;
573 this->verbose = verboseVal;
786 * Adds given string to the log if we are in verbose mode.
790 if( verbose ) {
796 * Adds given string to the log if we are in verbose mode. Adds a new line to
801 if( verbose ) {
808 if( verbose ) {
909 if( verbose ) {
923 if( verbose ) {
1100 UBool verbose = FALSE;
1124 if (strcmp("verbose", str) == 0 ||
1126 verbose = TRUE;
1182 "### Options are: verbose (v), all (a), noerrormsg (n), \n"
1209 major.setVerbose( verbose );
1243 fprintf(stdout, " Verbose (v) : %s\n", (verbose? "On" : "Off"));