Home
last modified time | relevance | path

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

/aoo4110/main/l10ntools/source/
H A Dtagtest.cxx1310 sal_Bool TokenParser::match( const TokenInfo &aCurrentToken, const TokenId &aExpectedToken ) in match() argument
1312 return match( aCurrentToken, TokenInfo( aExpectedToken, TOK_INVALIDPOS ) ); in match()
1317 TokenInfo aExpectedToken( rExpectedToken ); in match() local
1318 if ( aCurrentToken.nId == aExpectedToken.nId ) in match()
1321 && aCurrentToken.GetTagName().Equals( aExpectedToken.GetTagName() ) ) in match()
1329 if ( aExpectedToken.nId == TAG_COMMONEND ) in match()
1331 aExpectedToken.aTokenString.Insert( String::CreateFromAscii( "Close tag for " ), 0 ); in match()
1337 ParseError( 7, sTmp, aExpectedToken ); in match()
1342 sTmp += ByteString( aParser.GetLexem( aExpectedToken ), RTL_TEXTENCODING_UTF8 ); in match()
/aoo4110/main/l10ntools/inc/
H A Dtagtest.hxx334 sal_Bool match( const TokenInfo &aCurrentToken, const TokenId &aExpectedToken );
335 sal_Bool match( const TokenInfo &aCurrentToken, const TokenInfo &aExpectedToken );

Completed in 38 milliseconds