Lines Matching full:nativeidx
1623 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd);1624 if (nativeIdx == -1) {1627 srcIdx = (int32_t)nativeIdx;1630 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);