Lines Matching refs:sSwitch
101 ByteString sSwitch( argv[ i ] ); in GetOutputFile() local
103 if (sSwitch == "-i" || sSwitch == "-I" ) { in GetOutputFile()
106 else if (sSwitch == "-o" || sSwitch == "-O" ) { in GetOutputFile()
109 else if (sSwitch == "-p" || sSwitch == "-P" ) { in GetOutputFile()
113 else if (sSwitch == "-r" || sSwitch == "-R" ) { in GetOutputFile()
116 else if (sSwitch == "-m" || sSwitch == "-M" ) { in GetOutputFile()
119 else if (sSwitch == "-e" || sSwitch == "-E" ) { in GetOutputFile()
123 else if (sSwitch == "-b" || sSwitch == "-B" ) { in GetOutputFile()
127 else if (sSwitch == "-u" || sSwitch == "-U" ) { in GetOutputFile()
132 else if ( sSwitch.ToUpperAscii() == "-UTF8" ) { in GetOutputFile()
136 else if ( sSwitch.ToUpperAscii() == "-NOUTF8" ) { in GetOutputFile()
140 else if ( sSwitch == "-l" || sSwitch == "-L" ) { in GetOutputFile()