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

  /external/antlr/runtime/C/src/
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_UINT32 size);
43 static pANTLR3_STRING newPtrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
44 static pANTLR3_STRING newPtrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
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...]
antlr3commontreeadaptor.c 84 ANTLR3_TREE_ADAPTORNew(pANTLR3_STRING_FACTORY strFactory)
177 ANTLR3_TREE_ADAPTORDebugNew(pANTLR3_STRING_FACTORY strFactory, pANTLR3_DEBUG_EVENT_LISTENER debugger)
antlr3commontree.c 65 antlr3ArboretumNew(pANTLR3_STRING_FACTORY strFactory)
antlr3commontreenodestream.c 270 antlr3CommonTreeNodeStreamNew(pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint)
  /external/antlr/runtime/C/include/
antlr3interfaces.h 129 typedef struct ANTLR3_STRING_FACTORY_struct *pANTLR3_STRING_FACTORY;
antlr3basetree.h 76 pANTLR3_STRING_FACTORY strFactory;
antlr3input.h 81 pANTLR3_STRING_FACTORY strFactory;
antlr3defs.h 568 ANTLR3_API pANTLR3_STRING_FACTORY antlr3StringFactoryNew (ANTLR3_UINT32 encoding);
584 ANTLR3_API pANTLR3_BASE_TREE_ADAPTOR ANTLR3_TREE_ADAPTORNew (pANTLR3_STRING_FACTORY strFactory);
585 ANTLR3_API pANTLR3_BASE_TREE_ADAPTOR ANTLR3_TREE_ADAPTORDebugNew (pANTLR3_STRING_FACTORY strFactory, pANTLR3_DEBUG_EVENT_LISTENER debugger);
589 ANTLR3_API pANTLR3_ARBORETUM antlr3ArboretumNew (pANTLR3_STRING_FACTORY factory);
602 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3CommonTreeNodeStreamNew (pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint);
604 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3UnbufTreeNodeStreamNew (pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint);
antlr3commontoken.h 123 pANTLR3_STRING_FACTORY strFactory;
antlr3commontreenodestream.h 160 pANTLR3_STRING_FACTORY stringFactory;
antlr3string.h 56 pANTLR3_STRING_FACTORY factory;
antlr3tokenstream.h 65 pANTLR3_STRING_FACTORY strFactory;
antlr3basetreeadaptor.h 58 pANTLR3_STRING_FACTORY strFactory;

Completed in 661 milliseconds