Home | History | Annotate | Download | only in i18n

Lines Matching full:srcidx

1622         int32_t srcIdx;
1625 srcIdx = 0;
1627 srcIdx = (int32_t)nativeIdx;
1630 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);
1636 if (srcIdx == regexp->fTextLength) {
1639 UChar c = regexp->fText[srcIdx];
1641 regexp->fTextLength = srcIdx;
1652 destIdx += (regexp->fTextLength - srcIdx);
1656 srcIdx++;
1660 int64_t srcIdx;
1663 srcIdx = m->fMatchEnd;
1667 srcIdx = m->fLastMatchEnd;
1668 if (srcIdx == -1) {
1671 srcIdx = 0;
1675 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status);