Home
last modified time | relevance | path

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

/AOO41X/main/rsc/source/parser/
H A Derscerr.cxx128 void RscError::StdLstErr( const char * pStr ){ in StdLstErr() function in RscError
147 StdLstErr( "!! " ); in WriteError()
149 StdLstErr( ByteString::CreateFromInt32( nErrors ).GetBuffer() ); in WriteError()
151 StdLstErr( ByteString::CreateFromInt32( (nErrors -1) ).GetBuffer() ); in WriteError()
152 StdLstErr( " Error" ); in WriteError()
153 StdLstErr( " found!!" ); in WriteError()
158 StdLstErr( "The used type is not allowed." ); in WriteError()
162 StdLstErr( "This file <" ); in WriteError()
163 StdLstErr( pMessage ); in WriteError()
164 StdLstErr( "> cannot be opened." ); in WriteError()
[all …]
/AOO41X/main/rsc/inc/
H A Drscerror.h132 void StdLstErr( const char * pStr );