Searched refs:fCommentsMatcher (Results 1 – 4 of 4) sorted by relevance
98 fCommentsMatcher = Pattern.compile("" + in BreakRules()401 fCommentsMatcher.reset(line); in compileRules()402 line = fCommentsMatcher.replaceFirst(""); in compileRules()499 Matcher fCommentsMatcher; field in RBBIMonkeyTest.BreakRules
95 fCommentsMatcher = Pattern.compile("" + in BreakRules()398 fCommentsMatcher.reset(line); in compileRules()399 line = fCommentsMatcher.replaceFirst(""); in compileRules()496 Matcher fCommentsMatcher; field in RBBIMonkeyTest.BreakRules
139 LocalPointer<RegexMatcher> fCommentsMatcher; variable
82 fCommentsMatcher.adoptInstead(new RegexMatcher(UnicodeString( in BreakRules()301 fCommentsMatcher->reset(line); in compileRules()302 line = fCommentsMatcher->replaceFirst(emptyString, status); in compileRules()