Searched refs:matchend (Results 1 – 2 of 2) sorted by relevance
433 size_t matchstart = vec[0], matchend = vec[1]; in GlobalReplace() local435 assert(matchend >= matchstart); in GlobalReplace()439 start = matchend; in GlobalReplace()441 last_match_was_empty_string = (matchstart == matchend); in GlobalReplace()
580 int32_t matchend = *end; in checkBreakBoundary() local583 if (!ubrk_isBoundary(breakiterator, matchend)) { in checkBreakBoundary()584 *end = ubrk_following(breakiterator, matchend); in checkBreakBoundary()