Home
last modified time | relevance | path

Searched refs:newPool (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontoken.c68 static void newPool (pANTLR3_TOKEN_FACTORY factory);
117 newPool(factory); in antlr3TokenFactoryNew()
152 newPool(pANTLR3_TOKEN_FACTORY factory) in newPool() function
202 newPool(factory); in newPoolToken()
238 newPool(factory); in factoryReset()
Dantlr3commontree.c58 static void newPool (pANTLR3_ARBORETUM factory);
106 newPool(factory); in antlr3ArboretumNew()
124 newPool(pANTLR3_ARBORETUM factory) in newPool() function
179 newPool(factory); in newPoolTree()
Dantlr3collections.c100 static void newPool (pANTLR3_VECTOR_FACTORY factory);
1453 newPool(factory); in antlr3VectorFactoryNew()
1495 newPool(pANTLR3_VECTOR_FACTORY factory) in newPool() function
1664 newPool(factory); in newVector()
/external/chromium_org/third_party/expat/files/lib/
Dxmlparse.c5885 STRING_POOL *newPool, in copyEntityTable() argument
5900 name = poolCopyString(newPool, oldE->name); in copyEntityTable()
5907 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
5916 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
5923 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()
5930 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, in copyEntityTable()
5938 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()
/external/expat/lib/
Dxmlparse.c5885 STRING_POOL *newPool, in copyEntityTable() argument
5900 name = poolCopyString(newPool, oldE->name); in copyEntityTable()
5907 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
5916 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
5923 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()
5930 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, in copyEntityTable()
5938 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()