Home
last modified time | relevance | path

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

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