Searched refs:begIx (Results 1 – 2 of 2) sorted by relevance
51 void SubGraph::SortLanguageAtIndices (int begIx, int endIx) in SortLanguageAtIndices() argument56 if (begIx < 0) in SortLanguageAtIndices()57 begIx= 0; 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() argument136 if (begIx < 0) in SortLanguageAtSortIndices()137 begIx= 0; in SortLanguageAtSortIndices()141 if (endIx <= begIx) in SortLanguageAtSortIndices()465 void SubGraph::SortLanguageAtIndicesForMin (int begIx, int endIx) in SortLanguageAtIndicesForMin() argument[all …]
255 void SortLanguageAtIndices (int begIx, int endIx);256 void SortLanguageAtIndicesForMin (int begIx, int endIx);257 void SortLanguageAtSortIndices (int begIx, int endIx);