Home
last modified time | relevance | path

Searched refs:match_from (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc29 void Apply(ReplacementStringBuilder* builder, int match_from, int match_to,
248 int match_from, int match_to, int32_t* match) { in Apply() argument
254 if (match_from > 0) builder->AddSubjectSlice(0, match_from); in Apply()