Searched defs:subject_end (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Druntime.cc3691 const uint8_t* subject_end = subject_start + subject.length(); local
3695 memchr(pos, pattern, subject_end - pos));
3711 const uc16* subject_end = subject_start + subject.length(); local
3712 for (const uc16* pos = subject_start; pos < subject_end && limit > 0; pos++) {

Completed in 229 milliseconds