Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:endIx

51 void SubGraph::SortLanguageAtIndices (int begIx, int endIx)
58 if (endIx < 0)
59 endIx= numArc;
61 if (endIx <= begIx)
67 for (ii= begIx; ii < endIx; ii++)
131 void SubGraph::SortLanguageAtSortIndices (int begIx, int endIx)
138 if (endIx < 0)
139 endIx= numArc;
141 if (endIx <= begIx)
465 void SubGraph::SortLanguageAtIndicesForMin (int begIx, int endIx)
472 if (endIx < 0)
473 endIx= numArc;
475 if (endIx <= begIx)
481 for (ii= begIx; ii < endIx; ii++)