Searched refs:myMatcher (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | prscmnts.cpp | 57 RegexMatcher myMatcher(patString, src, options, *status); in removeText() local 64 dest = myMatcher.replaceAll(replaceText,*status); in removeText()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | prscmnts.cpp | 57 RegexMatcher myMatcher(patString, src, options, *status); in removeText() local 64 dest = myMatcher.replaceAll(replaceText,*status); in removeText()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | prscmnts.cpp | 57 RegexMatcher myMatcher(patString, src, options, *status); in removeText() local 64 dest = myMatcher.replaceAll(replaceText,*status); in removeText()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | prscmnts.cpp | 57 RegexMatcher myMatcher(patString, src, options, *status); in removeText() local 64 dest = myMatcher.replaceAll(replaceText,*status); in removeText()
|
/third_party/icu/docs/userguide/strings/ |
D | regexp.md | 92 myMatcher->reset(anotherString); 93 if (myMatcher->matches(status)) {
|