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

  /external/icu4c/i18n/
uregex.cpp 636 int32_t startIx = regexp->fMatcher->start(groupNum, *status);
645 int32_t fullLength = endIx - startIx;
660 u_memcpy(dest, &regexp->fText[startIx], copyLength);
693 int32_t startIx = regexp->fMatcher->start(groupNum, *status);
701 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
704 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 414 int32_t startIx = regexp->fMatcher->start(groupNum, *status);
423 int32_t fullLength = endIx - startIx;
438 u_memcpy(dest, &regexp->fText[startIx], copyLength);
    [all...]

Completed in 21 milliseconds