Lines Matching refs:lookingAt
394 actualmatch = REMatcher->lookingAt(status); in doRegexLMTest()
470 actualmatch = REMatcher->lookingAt(status); in doRegexLMTestUTF8()
792 REGEX_ASSERT(m1->lookingAt(status) == TRUE); in API_Match()
795 REGEX_ASSERT(m1->lookingAt(status) == FALSE); in API_Match()
799 REGEX_ASSERT(m1->lookingAt(status) == TRUE); in API_Match()
801 REGEX_ASSERT(m1->lookingAt(status) == FALSE); in API_Match()
812 REGEX_ASSERT(m1->lookingAt(status) == TRUE); in API_Match()
880 REGEX_ASSERT(m1->lookingAt(4, status) == TRUE); in API_Match()
881 REGEX_ASSERT(m1->lookingAt(5, status) == FALSE); in API_Match()
882 REGEX_ASSERT(m1->lookingAt(3, status) == FALSE); in API_Match()
883 REGEX_ASSERT(m1->lookingAt(4, status) == TRUE); in API_Match()
884 REGEX_ASSERT(m1->lookingAt(-1, status) == FALSE); in API_Match()
888 REGEX_ASSERT(m1->lookingAt(len, status) == FALSE); in API_Match()
890 REGEX_ASSERT(m1->lookingAt(len+1, status) == FALSE); in API_Match()
916 REGEX_ASSERT(matcher->lookingAt(status) == TRUE); in API_Match()
943 matcher->lookingAt(status); in API_Match()
1184 REGEX_ASSERT(m1.lookingAt(status) == TRUE); in API_Match()
1191 REGEX_ASSERT(m2.lookingAt(status) == TRUE); in API_Match()
1198 REGEX_ASSERT(m3.lookingAt(status) == TRUE); in API_Match()
1241 REGEX_ASSERT(matcher.lookingAt(status) == FALSE); in API_Match()
1251 REGEX_ASSERT(matcher.lookingAt(status) == FALSE); in API_Match()
1267 REGEX_ASSERT(matcher.lookingAt(status) == FALSE); in API_Match()
1274 REGEX_ASSERT(matcher.lookingAt(status) == TRUE); in API_Match()
1281 REGEX_ASSERT(matcher.lookingAt(status) == FALSE); in API_Match()
1866 REGEX_ASSERT(m1->lookingAt(status) == TRUE); in API_Match_UTF8()
1870 REGEX_ASSERT(m1->lookingAt(status) == FALSE); in API_Match_UTF8()
1875 REGEX_ASSERT(m1->lookingAt(status) == TRUE); in API_Match_UTF8()
1877 REGEX_ASSERT(m1->lookingAt(status) == FALSE); in API_Match_UTF8()
1887 REGEX_ASSERT(m1->lookingAt(status) == TRUE); in API_Match_UTF8()
1952 REGEX_ASSERT(m1->lookingAt(4, status) == TRUE); in API_Match_UTF8()
1953 REGEX_ASSERT(m1->lookingAt(5, status) == FALSE); in API_Match_UTF8()
1954 REGEX_ASSERT(m1->lookingAt(3, status) == FALSE); in API_Match_UTF8()
1955 REGEX_ASSERT(m1->lookingAt(4, status) == TRUE); in API_Match_UTF8()
1956 REGEX_ASSERT(m1->lookingAt(-1, status) == FALSE); in API_Match_UTF8()
1959 REGEX_ASSERT(m1->lookingAt(input2Len, status) == FALSE); in API_Match_UTF8()
1961 REGEX_ASSERT(m1->lookingAt(input2Len+1, status) == FALSE); in API_Match_UTF8()
1997 REGEX_ASSERT(matcher->lookingAt(status) == TRUE); in API_Match_UTF8()
2024 matcher->lookingAt(status); in API_Match_UTF8()
2383 REGEX_ASSERT(m1.lookingAt(status) == TRUE); in API_Match_UTF8()
2392 REGEX_ASSERT(m2.lookingAt(status) == TRUE); in API_Match_UTF8()
2401 REGEX_ASSERT(m3.lookingAt(status) == TRUE); in API_Match_UTF8()
3224 if (commentMat.lookingAt(status)) { in Extended()
3233 if (quotedStuffMat.lookingAt(status)) { in Extended()
3246 flagsMat.lookingAt(status); // Will always match, possibly an empty string. in Extended()
3260 if (quotedStuffMat.lookingAt(status)) { in Extended()
3272 if (commentMat.lookingAt(status) == FALSE) { in Extended()
3648 isMatch = matcher->lookingAt(status); in regex_find()
3650 isUTF8Match = UTF8Matcher->lookingAt(status); in regex_find()
4250 else if (groupsMat->lookingAt(status)) { in PerlTests()
4268 else if (cgMat->lookingAt(status)) { in PerlTests()
4640 else if (groupsMat->lookingAt(status)) { in PerlTestsUTF8()
4658 else if (cgMat->lookingAt(status)) { in PerlTestsUTF8()
5529 REGEX_ASSERT(m->lookingAt(status)); in Bug7740()
5803 REGEX_ASSERT(matcher.lookingAt(0, status)); in TestBug11480()