Home
last modified time | relevance | path

Searched refs:quotedStuffMat (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3188 RegexMatcher quotedStuffMat(UNICODE_STRING_SIMPLE("\\s*([\\'\\\"/])(.*?)\\1"), 0, status); in Extended() local
3232 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()