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