Lines Matching refs:sSwitch
91 ByteString sSwitch( argv[ i ] ); in GetOutputFile() local
92 sSwitch.ToUpperAscii(); in GetOutputFile()
94 if ( sSwitch == "-I" ) { in GetOutputFile()
97 else if ( sSwitch == "-O" ) { in GetOutputFile()
100 else if ( sSwitch == "-P" ) { in GetOutputFile()
103 else if ( sSwitch == "-R" ) { in GetOutputFile()
106 else if ( sSwitch == "-M" ) { in GetOutputFile()
109 else if ( sSwitch == "-E" ) { in GetOutputFile()
113 else if ( sSwitch == "-UTF8" ) { in GetOutputFile()
117 else if ( sSwitch == "-NOUTF8" ) { in GetOutputFile()
121 else if ( sSwitch == "-F" ) { in GetOutputFile()
125 else if ( sSwitch == "-L" ) { in GetOutputFile()
128 else if ( sSwitch.ToUpperAscii() == "-ISO99" ) { in GetOutputFile()