Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp228 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status); in DataDrivenTests() local
258 commentMat.reset(testLine); in DataDrivenTests()
259 if (commentMat.lookingAt(status)) { in DataDrivenTests()
Dregextst.cpp3156 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status); in Extended() local
3190 commentMat.reset(testLine); in Extended()
3191 if (commentMat.lookingAt(status)) { in Extended()
3238 commentMat.reset(testLine); in Extended()
3239 if (commentMat.lookingAt(status) == FALSE) { in Extended()