HomeSort by relevance Sort by last modified time
    Searched refs:endIx (Results 1 - 3 of 3) sorted by null

  /external/srec/tools/grxmlcompile/
sub_supp.cpp 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)
    [all...]
sub_grph.h 255 void SortLanguageAtIndices (int begIx, int endIx);
256 void SortLanguageAtIndicesForMin (int begIx, int endIx);
257 void SortLanguageAtSortIndices (int begIx, int endIx);
  /external/icu4c/i18n/
uregex.cpp 656 int32_t endIx = regexp->fMatcher->end (groupNum, *status);
664 int32_t fullLength = endIx - startIx;
733 int32_t endIx = regexp->fMatcher->end (groupNum, *status);
740 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
743 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);
    [all...]

Completed in 79 milliseconds