Lines Matching refs:ByteString
49 ByteString sInputFile;
54 ByteString sPrj;
55 ByteString sPrjRoot;
56 ByteString sOutputFile;
57 ByteString sOutputFileX;
58 ByteString sOutputFileY;
59 ByteString sSDFFile;
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()
244 vector<ByteString> filelist; in main()
250 filelist.push_back( ByteString( filename.makeStringAndClear().getStr() ) ); in main()
255 filelist.push_back( ByteString ( filename.makeStringAndClear().getStr() ) ); in main()
258 ByteString sHelpFile(""); // dummy in main()
263 std::vector<ByteString> aLanguages; in main()
267 for( vector<ByteString>::iterator pos = filelist.begin() ; pos != filelist.end() ; ++pos ) in main()