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

/external/srec/tools/grxmlcompile/
H A Dsub_supp.cpp51 void SubGraph::SortLanguageAtIndices (int begIx, int endIx) argument
56 if (begIx < 0)
57 begIx= 0;
61 if (endIx <= begIx)
67 for (ii= begIx; ii < endIx; ii++)
131 void SubGraph::SortLanguageAtSortIndices (int begIx, int endIx) argument
136 if (begIx < 0)
137 begIx= 0;
141 if (endIx <= begIx)
465 void SubGraph::SortLanguageAtIndicesForMin (int begIx, in argument
[all...]

Completed in 78 milliseconds