Home
last modified time | relevance | path

Searched refs:aEntryString (Results 1 – 1 of 1) sorted by relevance

/trunk/main/rsc/source/rsc/
H A Drsc.cxx1326 ByteString aEntryString( "< \"" ); in PreprocessSrsFile() local
1328 aEntryString += aEntryVector[ i ].first; in PreprocessSrsFile()
1329 aEntryString += "\"; "; in PreprocessSrsFile()
1330 aEntryString += ByteString::CreateFromInt32( aEntryVector[ i ].second ); in PreprocessSrsFile()
1331 aEntryString += "; >;"; in PreprocessSrsFile()
1333 aOStm.WriteLine( aEntryString ); in PreprocessSrsFile()

Completed in 16 milliseconds