Home | History | Annotate | Download | only in i18n

Lines Matching refs:fInputText

1393         if (UTEXT_USES_U16(m->fInputText)) {
1399 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &status);
1401 matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0, &status);
1408 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart,
1623 } else if (UTEXT_USES_U16(m->fInputText)) {
1627 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);
1672 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status);
1786 UText *inputText = regexp->fMatcher->fInputText;