HomeSort by relevance Sort by last modified time
    Searched full:endix (Results 1 - 5 of 5) 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)
466 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/chromium_org/third_party/icu/source/i18n/
uregex.cpp 638 int32_t endIx = regexp->fMatcher->end (groupNum, *status);
646 int32_t fullLength = endIx - startIx;
715 int32_t endIx = regexp->fMatcher->end (groupNum, *status);
722 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
725 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 656 int32_t endIx = regexp->fMatcher->end (groupNum, *status);
664 int32_t fullLength = endIx - startIx;
736 int32_t endIx = regexp->fMatcher->end (groupNum, *status);
743 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
746 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 277 milliseconds