Home
last modified time | relevance | path

Searched refs:sortToArray (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c117 static pANTLR3_UINT32 sortToArray (pANTLR3_TOPO topo);
2307 topo->sortToArray = sortToArray; in antlr3TopoNew()
2523 sortToArray (pANTLR3_TOPO topo) in sortToArray() function
2613 if (topo->sortToArray(topo) == 0) in sortVector()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3collections.h492 pANTLR3_UINT32 (*sortToArray) (struct ANTLR3_TOPO_struct * topo); member