Searched refs:quotedStuffMat (Results 1 – 1 of 1) sorted by relevance
3214 RegexMatcher quotedStuffMat(UNICODE_STRING_SIMPLE("\\s*([\\'\\\"/])(.*?)\\1"), 0, status); in Extended() local3258 quotedStuffMat.reset(testLine); in Extended()3259 if (quotedStuffMat.lookingAt(status)) { in Extended()3260 testPattern = quotedStuffMat.group(2, status); in Extended()3261 testLine.remove(0, quotedStuffMat.end(0, status)); in Extended()3285 quotedStuffMat.reset(testLine); in Extended()3286 if (quotedStuffMat.lookingAt(status)) { in Extended()3287 matchString = quotedStuffMat.group(2, status); in Extended()3288 testLine.remove(0, quotedStuffMat.end(0, status)); in Extended()