Home
last modified time | relevance | path

Searched refs:pANTLR3_STRING_FACTORY (Results 1 – 15 of 15) sorted by relevance

/external/antlr/runtime/C/src/
Dantlr3string.c38 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 …]
Dantlr3commontreeadaptor.c84 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()
Dantlr3commontree.c65 antlr3ArboretumNew(pANTLR3_STRING_FACTORY strFactory) in antlr3ArboretumNew()
Dantlr3commontreenodestream.c270 antlr3CommonTreeNodeStreamNew(pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint) in antlr3CommonTreeNodeStreamNew()
/external/antlr/runtime/C/include/
Dantlr3defs.h568 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…
Dantlr3interfaces.h129 typedef struct ANTLR3_STRING_FACTORY_struct *pANTLR3_STRING_FACTORY; typedef
Dantlr3input.h81 pANTLR3_STRING_FACTORY strFactory;
Dantlr3basetree.h76 pANTLR3_STRING_FACTORY strFactory;
Dantlr3tokenstream.h65 pANTLR3_STRING_FACTORY strFactory;
Dantlr3commontoken.h123 pANTLR3_STRING_FACTORY strFactory;
Dantlr3string.h56 pANTLR3_STRING_FACTORY factory;
Dantlr3commontreenodestream.h160 pANTLR3_STRING_FACTORY stringFactory;
Dantlr3basetreeadaptor.h58 pANTLR3_STRING_FACTORY strFactory;
/external/antlr/runtime/C/doxygen/
Ddoxygengroups.dox201 /// \defgroup pANTLR3_STRING_FACTORY pANTLR3_STRING_FACTORY - String Factory Implementation
Dinterop.dox131 /// the structure that holds the string. The #pANTLR3_STRING_FACTORY associated with the lexer hand…