Lines Matching refs:lxr
16 static t011lexer *lxr; variable
50 if (lxr == NULL) in testValid()
51 lxr = new t011lexer(input); in testValid()
53 lxr->setCharStream(input); in testValid()
66 t011lexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
79 delete lxr; lxr = NULL; in testValid()
90 if (lxr == NULL) in testMalformedInput()
91 lxr = new t011lexer(input); in testMalformedInput()
93 lxr->setCharStream(input); in testMalformedInput()
98 token = lxr->nextToken(); in testMalformedInput()
100 token = lxr->nextToken(); in testMalformedInput()
102 token = lxr->nextToken(); in testMalformedInput()
110 delete lxr; lxr = NULL; in testMalformedInput()