Searched refs:commentMat (Results 1 – 2 of 2) sorted by relevance
248 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status); in DataDrivenTests() local278 commentMat.reset(testLine); in DataDrivenTests()279 if (commentMat.lookingAt(status)) { in DataDrivenTests()
3189 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status); in Extended() local3223 commentMat.reset(testLine); in Extended()3224 if (commentMat.lookingAt(status)) { in Extended()3271 commentMat.reset(testLine); in Extended()3272 if (commentMat.lookingAt(status) == FALSE) { in Extended()