HomeSort by relevance Sort by last modified time
    Searched refs:tokText (Results 1 - 5 of 5) sorted by null

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontoken.c 360 return token->tokText.text;
371 token->tokText.text = token->strFactory->newStr8(token->strFactory, (pANTLR3_UINT8)token->tokText.chars);
373 return token->tokText.text;
389 token->tokText.text = token->strFactory->newStr8(token->strFactory, (pANTLR3_UINT8)"<EOF>");
391 token->tokText.text->factory = token->strFactory;
392 return token->tokText.text;
430 token->tokText.chars = (pANTLR3_UCHAR)text;
437 token->tokText.text->set8(token->tokText.text, (const char *)text)
    [all...]
antlr3commontreeadaptor.c 300 newToken->tokText.chars = (pANTLR3_UCHAR)text;
345 newToken->tokText.chars = fromToken->tokText.chars;
351 newToken->tokText.text = adaptor->strFactory->newPtr(adaptor->strFactory, text->chars, text->len);
antlr3commontreenodestream.c 393 token->tokText.chars = (pANTLR3_UCHAR)"UP";
399 token->tokText.chars = (pANTLR3_UCHAR)"DOWN";
405 token->tokText.chars = (pANTLR3_UCHAR)"EOF";
411 token->tokText.chars = (pANTLR3_UCHAR)"INVALID";
897 token->tokText.chars = (pANTLR3_UCHAR)"DOWN";
911 token->tokText.chars = (pANTLR3_UCHAR)"UP";
antlr3lexer.c 667 token->tokText.text = lexer->rec->state->text;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontoken.h 168 /// Affects the union structure tokText below
188 tokText;

Completed in 477 milliseconds