Lines Matching refs:ToUpperAscii
79 if ( ByteString( argv[ i ]).ToUpperAscii() == "-I" ) { in ParseCommandLine()
82 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-O" ) { in ParseCommandLine()
85 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-X" ) { in ParseCommandLine()
88 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-Y" ) { in ParseCommandLine()
91 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-P" ) { in ParseCommandLine()
94 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-LF" ) { in ParseCommandLine()
98 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-R" ) { in ParseCommandLine()
101 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-M" ) { in ParseCommandLine()
104 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-E" ) { in ParseCommandLine()
108 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-UTF8" ) { in ParseCommandLine()
112 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-NOUTF8" ) { in ParseCommandLine()
116 else if ( ByteString( argv[ i ]).ToUpperAscii() == "-L" ) { in ParseCommandLine()