Home | History | Annotate | Download | only in i18n

Lines Matching full:srcidx

1646         int32_t srcIdx;
1649 srcIdx = 0;
1651 srcIdx = (int32_t)nativeIdx;
1654 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);
1660 if (srcIdx == regexp->fTextLength) {
1663 UChar c = regexp->fText[srcIdx];
1665 regexp->fTextLength = srcIdx;
1676 destIdx += (regexp->fTextLength - srcIdx);
1680 srcIdx++;
1684 int64_t srcIdx;
1687 srcIdx = m->fMatchEnd;
1691 srcIdx = m->fLastMatchEnd;
1692 if (srcIdx == -1) {
1695 srcIdx = 0;
1699 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status);