Home | History | Annotate | Download | only in i18n

Lines Matching refs:startIndex

300                 int32_t            startIndex,
306 if (startIndex == -1) {
309 result = regexp->fMatcher->matches(startIndex, *status);
323 int32_t startIndex,
329 if (startIndex == -1) {
332 result = regexp->fMatcher->lookingAt(startIndex, *status);
346 int32_t startIndex,
352 if (startIndex == -1) {
356 result = regexp->fMatcher->find(startIndex, *status);