Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java98 fCommentsMatcher = Pattern.compile("" + in BreakRules()
401 fCommentsMatcher.reset(line); in compileRules()
402 line = fCommentsMatcher.replaceFirst(""); in compileRules()
499 Matcher fCommentsMatcher; field in RBBIMonkeyTest.BreakRules
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java95 fCommentsMatcher = Pattern.compile("" + in BreakRules()
398 fCommentsMatcher.reset(line); in compileRules()
399 line = fCommentsMatcher.replaceFirst(""); in compileRules()
496 Matcher fCommentsMatcher; field in RBBIMonkeyTest.BreakRules
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.h139 LocalPointer<RegexMatcher> fCommentsMatcher; variable
Drbbimonkeytest.cpp82 fCommentsMatcher.adoptInstead(new RegexMatcher(UnicodeString( in BreakRules()
301 fCommentsMatcher->reset(line); in compileRules()
302 line = fCommentsMatcher->replaceFirst(emptyString, status); in compileRules()