Home | History | Annotate | Download | only in i18n

Lines Matching full:srcidx

1617         int32_t srcIdx;
1620 srcIdx = 0;
1622 srcIdx = (int32_t)nativeIdx;
1625 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);
1629 if (srcIdx == regexp->fTextLength) {
1632 UChar c = regexp->fText[srcIdx];
1634 regexp->fTextLength = srcIdx;
1644 destIdx += (regexp->fTextLength - srcIdx);
1648 srcIdx++;
1652 int64_t srcIdx;
1655 srcIdx = m->fMatchEnd;
1659 srcIdx = m->fLastMatchEnd;
1660 if (srcIdx == -1) {
1663 srcIdx = 0;
1667 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status);