Lines Matching refs:ByteString
66 ByteString &InformationParser::ReadLine() in ReadLine()
69 ByteString sLine; in ReadLine()
111 …fprintf( stdout, "Reached EOF parsing %s. Suplying extra '}'\n",ByteString( sStreamName, gsl_getSy… in ReadLine()
156 ByteString sLine( ReadLine()); in ReadKey()
157 ByteString sKey; in ReadKey()
158 ByteString sValue; in ReadKey()
159 ByteString sComment( sCurrentComment ); in ReadKey()
223 ByteString sTmpStr; in Save()
227 static ByteString aKeyLevel; in Save()
385 ByteString sFileKey( rDir[i].GetName(), RTL_TEXTENCODING_UTF8 ); in Execute()
388 ByteString( "" ), in Execute()
402 …printf( "ERROR saving file \"%s\"\n",ByteString( rSourceStream.GetFileName(), gsl_getSystemTextEnc… in Save()
444 ByteString &InformationParser::GetErrorText() in GetErrorText()
448 sErrorText = ByteString( sStreamName, gsl_getSystemTextEncoding()); in GetErrorText()
449 sErrorText += ByteString( " (" ); in GetErrorText()
450 sErrorText += ByteString::CreateFromInt64(nErrorLine); in GetErrorText()
451 sErrorText += ByteString( "): " ); in GetErrorText()
455 sErrorText += ByteString( "Keine Fehler aufgetereten" ); in GetErrorText()
458 sErrorText += ByteString( "Ung�ltiges Dateiende!" ); in GetErrorText()