Searched refs:quotedStuffMat (Results 1 – 1 of 1) sorted by relevance
3155 RegexMatcher quotedStuffMat(UNICODE_STRING_SIMPLE("\\s*([\\'\\\"/])(.*?)\\1"), 0, status); in Extended() local3199 quotedStuffMat.reset(testLine); in Extended()3200 if (quotedStuffMat.lookingAt(status)) { in Extended()3201 testPattern = quotedStuffMat.group(2, status); in Extended()3202 testLine.remove(0, quotedStuffMat.end(0, status)); in Extended()3226 quotedStuffMat.reset(testLine); in Extended()3227 if (quotedStuffMat.lookingAt(status)) { in Extended()3228 matchString = quotedStuffMat.group(2, status); in Extended()3229 testLine.remove(0, quotedStuffMat.end(0, status)); in Extended()