Searched refs:commentMat (Results 1 – 2 of 2) sorted by relevance
226 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status); in DataDrivenTests() local256 commentMat.reset(testLine); in DataDrivenTests()257 if (commentMat.lookingAt(status)) { in DataDrivenTests()
3215 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status); in Extended() local3249 commentMat.reset(testLine); in Extended()3250 if (commentMat.lookingAt(status)) { in Extended()3297 commentMat.reset(testLine); in Extended()3298 if (commentMat.lookingAt(status) == FALSE) { in Extended()