Searched refs:pANTLR3_STRING_FACTORY (Results 1 – 15 of 15) sorted by relevance
/external/antlr/runtime/C/src/ |
D | antlr3string.c | 38 static pANTLR3_STRING newRaw8 (pANTLR3_STRING_FACTORY factory); 39 static pANTLR3_STRING newRawUTF16 (pANTLR3_STRING_FACTORY factory); 40 static pANTLR3_STRING newSize8 (pANTLR3_STRING_FACTORY factory, ANTLR3_UINT32 size); 41 static pANTLR3_STRING newSizeUTF16 (pANTLR3_STRING_FACTORY factory, ANTLR3_UINT32 size); 42 static pANTLR3_STRING newPtr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_U… 43 static pANTLR3_STRING newPtrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, AN… 44 static pANTLR3_STRING newPtrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string… 45 static pANTLR3_STRING newStr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string); 46 static pANTLR3_STRING newStrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string); 47 static pANTLR3_STRING newStrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string… [all …]
|
D | antlr3commontreeadaptor.c | 84 ANTLR3_TREE_ADAPTORNew(pANTLR3_STRING_FACTORY strFactory) in ANTLR3_TREE_ADAPTORNew() 177 ANTLR3_TREE_ADAPTORDebugNew(pANTLR3_STRING_FACTORY strFactory, pANTLR3_DEBUG_EVENT_LISTENER debugge… in ANTLR3_TREE_ADAPTORDebugNew()
|
D | antlr3commontree.c | 65 antlr3ArboretumNew(pANTLR3_STRING_FACTORY strFactory) in antlr3ArboretumNew()
|
D | antlr3commontreenodestream.c | 270 antlr3CommonTreeNodeStreamNew(pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint) in antlr3CommonTreeNodeStreamNew()
|
/external/antlr/runtime/C/include/ |
D | antlr3defs.h | 568 ANTLR3_API pANTLR3_STRING_FACTORY antlr3StringFactoryNew (ANTLR3_UINT32 enco… 584 …NTLR3_BASE_TREE_ADAPTOR ANTLR3_TREE_ADAPTORNew (pANTLR3_STRING_FACTORY strFactory… 585 …NTLR3_BASE_TREE_ADAPTOR ANTLR3_TREE_ADAPTORDebugNew (pANTLR3_STRING_FACTORY strFactory… 589 ANTLR3_API pANTLR3_ARBORETUM antlr3ArboretumNew (pANTLR3_STRING_FACTORY facto… 602 …R3_COMMON_TREE_NODE_STREAM antlr3CommonTreeNodeStreamNew (pANTLR3_STRING_FACTORY strFactory… 604 …R3_COMMON_TREE_NODE_STREAM antlr3UnbufTreeNodeStreamNew (pANTLR3_STRING_FACTORY strFactory…
|
D | antlr3interfaces.h | 129 typedef struct ANTLR3_STRING_FACTORY_struct *pANTLR3_STRING_FACTORY; typedef
|
D | antlr3input.h | 81 pANTLR3_STRING_FACTORY strFactory;
|
D | antlr3basetree.h | 76 pANTLR3_STRING_FACTORY strFactory;
|
D | antlr3tokenstream.h | 65 pANTLR3_STRING_FACTORY strFactory;
|
D | antlr3commontoken.h | 123 pANTLR3_STRING_FACTORY strFactory;
|
D | antlr3string.h | 56 pANTLR3_STRING_FACTORY factory;
|
D | antlr3commontreenodestream.h | 160 pANTLR3_STRING_FACTORY stringFactory;
|
D | antlr3basetreeadaptor.h | 58 pANTLR3_STRING_FACTORY strFactory;
|
/external/antlr/runtime/C/doxygen/ |
D | doxygengroups.dox | 201 /// \defgroup pANTLR3_STRING_FACTORY pANTLR3_STRING_FACTORY - String Factory Implementation
|
D | interop.dox | 131 /// the structure that holds the string. The #pANTLR3_STRING_FACTORY associated with the lexer hand…
|