Searched refs:match_to (Results 1 – 1 of 1) sorted by relevance
29 void Apply(ReplacementStringBuilder* builder, int match_from, int match_to,248 int match_from, int match_to, int32_t* match) { in Apply() argument258 if (match_to < subject_length) { in Apply()259 builder->AddSubjectSlice(match_to, subject_length); in Apply()