Searched refs:quotedStuffMat (Results 1 – 1 of 1) sorted by relevance
3188 RegexMatcher quotedStuffMat(UNICODE_STRING_SIMPLE("\\s*([\\'\\\"/])(.*?)\\1"), 0, status); in Extended() local3232 quotedStuffMat.reset(testLine); in Extended()3233 if (quotedStuffMat.lookingAt(status)) { in Extended()3234 testPattern = quotedStuffMat.group(2, status); in Extended()3235 testLine.remove(0, quotedStuffMat.end(0, status)); in Extended()3259 quotedStuffMat.reset(testLine); in Extended()3260 if (quotedStuffMat.lookingAt(status)) { in Extended()3261 matchString = quotedStuffMat.group(2, status); in Extended()3262 testLine.remove(0, quotedStuffMat.end(0, status)); in Extended()