Home | History | Annotate | Download | only in i18n

Lines Matching defs:nativeIdx

1649         int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd);
1650 if (nativeIdx == -1) {
1653 srcIdx = (int32_t)nativeIdx;
1656 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);