Home
last modified time | relevance | path

Searched refs:match_to (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
258 if (match_to < subject_length) { in Apply()
259 builder->AddSubjectSlice(match_to, subject_length); in Apply()