Home
last modified time | relevance | path

Searched refs:endIx (Results 1 – 3 of 3) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_supp.cpp51 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
[all …]
Dsub_grph.h255 void SortLanguageAtIndices (int begIx, int endIx);
256 void SortLanguageAtIndicesForMin (int begIx, int endIx);
257 void SortLanguageAtSortIndices (int begIx, int endIx);
/external/icu4c/i18n/
Duregex.cpp656 int32_t endIx = regexp->fMatcher->end (groupNum, *status); in uregex_group() local
664 int32_t fullLength = endIx - startIx; in uregex_group()
733 int32_t endIx = regexp->fMatcher->end (groupNum, *status); in uregex_groupUTextDeep() local
740 …utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status); in uregex_groupUTextDeep()
743 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status); in uregex_groupUTextDeep()