Home
last modified time | relevance | path

Searched refs:myMatcher (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dprscmnts.cpp57 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/
Dprscmnts.cpp57 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/
Dprscmnts.cpp57 RegexMatcher myMatcher(patString, src, options, *status); in removeText() local
64 dest = myMatcher.replaceAll(replaceText,*status); in removeText()
/third_party/icu/icu4c/source/tools/genrb/
Dprscmnts.cpp57 RegexMatcher myMatcher(patString, src, options, *status); in removeText() local
64 dest = myMatcher.replaceAll(replaceText,*status); in removeText()
/third_party/icu/docs/userguide/strings/
Dregexp.md92 myMatcher->reset(anotherString);
93 if (myMatcher->matches(status)) {