Home | History | Annotate | Download | only in src

Lines Matching refs:pos

218     const SubjectChar* pos = reinterpret_cast<const SubjectChar*>(
222 if (pos == NULL) return -1;
223 return static_cast<int>(pos - subject.start());
249 int pos = 0;
251 if (pattern[pos] != subject[pos]) {
254 pos++;
255 } while (pos < length);
274 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>(
278 if (pos == NULL) return -1;
279 i = static_cast<int>(pos - subject.start()) + 1;
525 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>(
529 if (pos == NULL) {
532 i = static_cast<int>(pos - subject.start());