Searched refs:match_from (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() argument254 if (match_from > 0) builder->AddSubjectSlice(0, match_from); in Apply()