Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp248 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status); in DataDrivenTests() local
278 commentMat.reset(testLine); in DataDrivenTests()
279 if (commentMat.lookingAt(status)) { in DataDrivenTests()
Dregextst.cpp3189 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status); in Extended() local
3223 commentMat.reset(testLine); in Extended()
3224 if (commentMat.lookingAt(status)) { in Extended()
3271 commentMat.reset(testLine); in Extended()
3272 if (commentMat.lookingAt(status) == FALSE) { in Extended()