Home
last modified time | relevance | path

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

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XSLT/
H A DElemFallback.cpp158 int thePreviousToken = StylesheetConstructionContext::ELEMNAME_UNDEFINED; in execute() local
168 if (thePreviousToken != StylesheetConstructionContext::ELEMNAME_FORWARD_COMPATIBLE) in execute()
178 thePreviousToken = theCurrentToken; in execute()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXPathProcessorImpl.cpp730 const XToken* const thePreviousToken = in prevToken() local
733 m_token = thePreviousToken == 0 ? s_emptyString : thePreviousToken->str(); in prevToken()