Searched refs:quotedStuffMat (Results 1 – 1 of 1) sorted by relevance
3216 RegexMatcher quotedStuffMat(UNICODE_STRING_SIMPLE("\\s*([\\'\\\"/])(.*?)\\1"), 0, status); in Extended() local3260 quotedStuffMat.reset(testLine); in Extended()3261 if (quotedStuffMat.lookingAt(status)) { in Extended()3262 testPattern = quotedStuffMat.group(2, status); in Extended()3263 testLine.remove(0, quotedStuffMat.end(0, status)); in Extended()3287 quotedStuffMat.reset(testLine); in Extended()3288 if (quotedStuffMat.lookingAt(status)) { in Extended()3289 matchString = quotedStuffMat.group(2, status); in Extended()3290 testLine.remove(0, quotedStuffMat.end(0, status)); in Extended()