Searched refs:match_indices (Results 1 – 2 of 2) sorted by relevance
83 while (const size_t* match_indices = MatchesForURL(url, NULL)) in DeleteURL() local84 DeleteRange(*match_indices, *match_indices); in DeleteURL()
3902 int32_t match_indices[] = { indices.at(matches - 1), in StringReplaceGlobalAtomRegExpWithString() local3904 RegExpImpl::SetLastMatchInfo(last_match_info, subject, 0, match_indices); in StringReplaceGlobalAtomRegExpWithString()