Home
last modified time | relevance | path

Searched defs:matcher2 (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleMatcherTest.java263 final LocaleMatcher matcher2 = newLocaleMatcher("zh, zh_TW, zh_HK"); in testHK() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java284 final LocaleMatcher matcher2 = newLocaleMatcher("zh, zh_TW, zh_HK"); in testHK() local
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp1407 RegexMatcher *matcher2 = pat2->matcher(d5, status); in API_Replace() local
2592 RegexMatcher *matcher2 = &pat2->matcher(status)->reset(&dataText); in API_Replace_UTF8() local
/third_party/googletest/googlemock/test/
Dgmock-matchers-containers_test.cc1006 Matcher<Uncopyable&> matcher2 = ResultOf(&RefUncopyableFunction, Ref(obj)); in TEST() local
1125 Matcher<const int&> matcher2 = ResultOf(ReferencingFunction, Eq(&n)); in TEST() local