Lines Matching refs:EXIT_NOERROR
60 if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERROR ) ) in SetExitCode()
155 if( EXIT_NOERROR != cExit ) in Message()
167 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Usage:" ) ), EXIT_NOERROR ); in ShowUsage()
168 …utfile output_dir lang_dir lang_num -i input_dir [-i input_dir ][-f err_file]" ) ), EXIT_NOERROR ); in ShowUsage()
169 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Options:" ) ), EXIT_NOERROR ); in ShowUsage()
170 … of directory to be searched for input files [multiple occurence is possible]" ) ), EXIT_NOERROR ); in ShowUsage()
171 …CII_USTRINGPARAM( " -f name of file, output should be written to" ) ), EXIT_NOERROR ); in ShowUsage()
172 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Examples:" ) ), EXIT_NOERROR ); in ShowUsage()
173 …( " bmp /home/test.srs /home/out enus 01 -i /home/res -f /home/out/bmp.err" ) ), EXIT_NOERROR ); in ShowUsage()
182 cExitCode = EXIT_NOERROR; in Start()
210 if( ( EXIT_NOERROR == cExitCode ) && aOutputFileName.Len() && aOutName.Len() ) in Start()