Lines Matching refs:pos
226 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>(
230 if (pos == NULL) return -1;
231 return static_cast<int>(pos - subject.start());
257 int pos = 0;
259 if (pattern[pos] != subject[pos]) {
262 pos++;
263 } while (pos < length);
282 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>(
286 if (pos == NULL) return -1;
287 i = static_cast<int>(pos - subject.start()) + 1;
533 const SubjectChar* pos = reinterpret_cast<const SubjectChar*>(
537 if (pos == NULL) {
540 i = static_cast<int>(pos - subject.start());