Searched refs:fMatchStart (Results 1 – 3 of 3) sorted by relevance
158 int32_t len = fMatchStart-fAppendPosition; in appendReplacement()332 if (fMatchStart == fMatchEnd) { in find()852 fMatchStart = 0; in resetPreserveRegion()962 int32_t fieldLen = fMatchStart - nextOutputStringStart; in split()1031 s = fMatchStart; in start()2552 fMatchStart = startIdx; in MatchAt()2555 REGEX_RUN_DEBUG_PRINTF(("Match. start=%d end=%d\n\n", fMatchStart, fMatchEnd)); in MatchAt()
817 for (i=m->fLastMatchEnd; i<m->fMatchStart; i++) { in appendReplacement()
1082 int32_t fMatchStart; // Position of the start of the most recent match variable