Searched defs:tns (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3treeparser.c191 pANTLR3_TREE_NODE_STREAM tns; local
194 tns = (pANTLR3_TREE_NODE_STREAM)(istream->super);
195 ctns = tns->ctns;
196 return tns->_LT(tns, 1);
207 pANTLR3_TREE_NODE_STREAM tns; local
217 tns = (pANTLR3_TREE_NODE_STREAM)(istream->super);
218 ctns = tns->ctns;
222 current = tns->_LT(tns,
[all...]
H A Dantlr3commontreenodestream.c54 static pANTLR3_BASE_TREE_ADAPTOR getTreeAdaptor (pANTLR3_TREE_NODE_STREAM tns);
55 static pANTLR3_BASE_TREE getTreeSource (pANTLR3_TREE_NODE_STREAM tns);
56 static pANTLR3_BASE_TREE _LT (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k);
57 static pANTLR3_BASE_TREE get (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k);
58 static void setUniqueNavigationNodes (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_BOOLEAN uniqueNavigationNodes);
59 static pANTLR3_STRING toString (pANTLR3_TREE_NODE_STREAM tns);
60 static pANTLR3_STRING toStringSS (pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE start, pANTLR3_BASE_TREE stop);
61 static void toStringWork (pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE start, pANTLR3_BASE_TREE stop, pANTLR3_STRING buf);
62 static void replaceChildren (pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE t);
84 static void antlr3TreeNodeStreamFree (pANTLR3_TREE_NODE_STREAM tns);
551 LB(pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k) argument
577 _LT(pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k) argument
607 getTreeSource(pANTLR3_TREE_NODE_STREAM tns) argument
617 pANTLR3_TREE_NODE_STREAM tns; local
633 pANTLR3_TREE_NODE_STREAM tns; local
658 pANTLR3_TREE_NODE_STREAM tns; local
705 pANTLR3_TREE_NODE_STREAM tns; local
717 pANTLR3_TREE_NODE_STREAM tns; local
733 pANTLR3_TREE_NODE_STREAM tns; local
788 getTreeAdaptor(pANTLR3_TREE_NODE_STREAM tns) argument
800 setUniqueNavigationNodes(pANTLR3_TREE_NODE_STREAM tns, ANTLR3_BOOLEAN uniqueNavigationNodes) argument
811 toString(pANTLR3_TREE_NODE_STREAM tns) argument
818 toStringSS(pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE start, pANTLR3_BASE_TREE stop) argument
830 toStringWork(pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE p, pANTLR3_BASE_TREE stop, pANTLR3_STRING buf) argument
928 replaceChildren(pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE t) argument
943 get(pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k) argument
[all...]
H A Dantlr3baserecognizer.c279 pANTLR3_TREE_NODE_STREAM tns; local
283 tns = NULL;
310 tns = tparser->ctnstream->tnstream;
311 is = tns->istream;
364 ex->token = tns->_LT (tns, 1); /* Current input tree node */
367 ex->index = tns->istream->index (tns->istream);
/external/libxml2/
H A Dxmlschemas.c4343 const xmlChar *name, *tns; local
4357 tns = prohib->targetNamespace;
4362 tns = ref->targetNamespace;
4366 tns = WXS_ATTRUSE_DECL_TNS(use);
4369 (const char *) xmlSchemaFormatQName(&str, tns, name));

Completed in 458 milliseconds