Searched refs:pANTLR3_UCHAR (Results 1 - 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3cyclicdfa.h69 const pANTLR3_UCHAR description;
H A Dantlr3commontoken.h181 pANTLR3_UCHAR chars;
H A Dantlr3defs.h158 typedef UINT32 ANTLR3_UCHAR, *pANTLR3_UCHAR; typedef
177 typedef uint32_t ANTLR3_UCHAR, *pANTLR3_UCHAR; typedef
395 typedef uint32_t ANTLR3_UCHAR, *pANTLR3_UCHAR; typedef
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreenodestream.c393 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";
H A Dantlr3commontoken.c430 token->tokText.chars = (pANTLR3_UCHAR)text;
H A Dantlr3commontreeadaptor.c300 newToken->tokText.chars = (pANTLR3_UCHAR)text;
H A Dantlr3inputstream.c1142 pANTLR3_UCHAR nextChar;
1363 pANTLR3_UCHAR nextChar;

Completed in 78 milliseconds