/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | LocaleMatcherTest.java | 82 LocaleMatcher matcher = newLocaleMatcher(further + ", " + closer); in assertCloser() local 90 LocaleMatcher matcher = newLocaleMatcher("zh_CN, zh_TW, iw"); in testChinese() local 104 final LocaleMatcher matcher = newLocaleMatcher("fr, en, en_GB, es_MX, es_419, es"); in testenGB() local 114 final LocaleMatcher matcher = newLocaleMatcher(lpl); in testFallbacks() local 120 LocaleMatcher matcher = newLocaleMatcher( in testBasics() local 184 LocaleMatcher matcher = LocaleMatcher.builder(). in testSupportedDefault() local 208 LocaleMatcher matcher = LocaleMatcher.builder(). in testUnsupportedDefault() local 230 final LocaleMatcher matcher = newLocaleMatcher("zh_CN, zh_TW, iw"); in testFallback() local 241 final LocaleMatcher matcher = newLocaleMatcher("en, fil, ro, nn"); in testSpecials() local 252 final LocaleMatcher matcher = newLocaleMatcher("en, en_GB, es, es_419"); in testRegionalSpecials() local [all …]
|
/third_party/boost/boost/xpressive/detail/dynamic/ |
D | parser.hpp | 61 literal_matcher<Traits, mpl::true_, mpl::false_> matcher(ch, tr); in make_char_xpression() local 66 literal_matcher<Traits, mpl::false_, mpl::false_> matcher(ch, tr); in make_char_xpression() local 127 string_matcher<Traits, mpl::true_> matcher(literal, tr); in make_literal_xpression() local 132 string_matcher<Traits, mpl::false_> matcher(literal, tr); in make_literal_xpression() local 231 charset_matcher<Traits, mpl::true_, charset_type> matcher(charset); in make_charset_xpression() local 237 charset_matcher<Traits, mpl::false_, charset_type> matcher(charset); in make_charset_xpression() local 247 posix_charset_matcher<Traits> matcher(chset.posix_yes(), chset.is_inverted()); in make_charset_xpression() local 256 charset_matcher<Traits, mpl::true_> matcher(chset); in make_charset_xpression() local 261 charset_matcher<Traits, mpl::false_> matcher(chset); in make_charset_xpression() local 299 detail::assert_bol_matcher<Traits> matcher(tr); in make_assert_begin_line() local [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleMatcherTest.java | 79 LocaleMatcher matcher = newLocaleMatcher(further + ", " + closer); in assertCloser() local 87 LocaleMatcher matcher = newLocaleMatcher("zh_CN, zh_TW, iw"); in testChinese() local 101 final LocaleMatcher matcher = newLocaleMatcher("fr, en, en_GB, es_MX, es_419, es"); in testenGB() local 111 final LocaleMatcher matcher = newLocaleMatcher(lpl); in testFallbacks() local 117 LocaleMatcher matcher = newLocaleMatcher( in testBasics() local 181 LocaleMatcher matcher = LocaleMatcher.builder(). in testSupportedDefault() local 205 LocaleMatcher matcher = LocaleMatcher.builder(). in testUnsupportedDefault() local 229 LocaleMatcher matcher = LocaleMatcher.builder(). in testNoDefault() local 251 final LocaleMatcher matcher = newLocaleMatcher("zh_CN, zh_TW, iw"); in testFallback() local 262 final LocaleMatcher matcher = newLocaleMatcher("en, fil, ro, nn"); in testSpecials() local [all …]
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/internal/ |
D | MatcherTest.java | 31 private void checkMatcherBehavesAsExpected(MatcherApi matcher) { in checkMatcherBehavesAsExpected() 68 private void assertMatched(MatcherApi matcher, String number, PhoneNumberDesc desc) { in assertMatched() 75 private void assertInvalid(MatcherApi matcher, String number, PhoneNumberDesc desc) { in assertInvalid() 82 private void assertTooLong(MatcherApi matcher, String number, PhoneNumberDesc desc) { in assertTooLong()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | matcher_test.cc | 43 const MatcherApi& matcher, in ExpectMatched() 53 const MatcherApi& matcher, in ExpectInvalid() 63 const MatcherApi& matcher, in ExpectTooLong() 119 RegexBasedMatcher matcher; in TEST_F() local
|
D | phonenumbermatcher_test.cc | 107 scoped_ptr<PhoneNumberMatcher> matcher; in DoTestNumberMatchesForLeniency() local 130 scoped_ptr<PhoneNumberMatcher> matcher; in DoTestNumberNonMatchesForLeniency() local 155 PhoneNumberMatcher matcher(phone_util_, sub, RegionCode::NZ(), in AssertEqualRange() local 194 PhoneNumberMatcher matcher(text, region); in FindMatchesInContexts() local 204 PhoneNumberMatcher matcher(phone_util_, text, region, in FindMatchesInContexts() local 295 PhoneNumberMatcher matcher(phone_util_, text, default_country, leniency, in DoTestInContext() local 321 PhoneNumberMatcher matcher(phone_util_, text, default_country, leniency, in EnsureTermination() local 566 PhoneNumberMatcher matcher(text, RegionCode::US()); in TEST_F() local 591 PhoneNumberMatcher matcher(text, RegionCode::US()); in TEST_F() local 610 scoped_ptr<PhoneNumberMatcher> matcher( in TEST_F() local [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | localematchertest.cpp | 99 LocaleMatcher matcher = LocaleMatcher::Builder().build(errorCode); in testEmpty() local 128 LocaleMatcher matcher = LocaleMatcher::Builder(). in testBasics() local 142 LocaleMatcher matcher = LocaleMatcher::Builder(). in testBasics() local 155 LocaleMatcher matcher = LocaleMatcher::Builder(). in testBasics() local 170 LocaleMatcher matcher = LocaleMatcher::Builder(). in testBasics() local 184 LocaleMatcher matcher = LocaleMatcher::Builder(). in testBasics() local 199 LocaleMatcher matcher = LocaleMatcher::Builder(). in testBasics() local 216 LocaleMatcher matcher = LocaleMatcher::Builder(). in testBasics() local 266 LocaleMatcher matcher = LocaleMatcher::Builder(). in testSupportedDefault() local 290 LocaleMatcher matcher = LocaleMatcher::Builder(). in testUnsupportedDefault() local [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | SeriesMatcher.java | 21 public void addMatcher(NumberParseMatcher matcher) { in addMatcher() 51 NumberParseMatcher matcher = matchers.get(i); in match() local 107 NumberParseMatcher matcher = matchers.get(i); in postProcess() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | SeriesMatcher.java | 23 public void addMatcher(NumberParseMatcher matcher) { in addMatcher() 53 NumberParseMatcher matcher = matchers.get(i); in match() local 109 NumberParseMatcher matcher = matchers.get(i); in postProcess() local
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-death-test.h | 172 # define ASSERT_EXIT(statement, predicate, matcher) \ argument 177 # define EXPECT_EXIT(statement, predicate, matcher) \ argument 183 # define ASSERT_DEATH(statement, matcher) \ argument 188 # define EXPECT_DEATH(statement, matcher) \ argument
|
/third_party/glib/gio/tests/ |
D | fileattributematcher.c | 14 GFileAttributeMatcher *matcher; in test_exact() local 55 GFileAttributeMatcher *matcher; in test_equality() local 134 GFileAttributeMatcher *matcher, *subtract, *result; in test_subtract() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/ |
D | regex_replace_op.cc | 24 Status RegexReplaceOp::RegexReplace(icu::RegexMatcher *const matcher, const std::string_view &text, in RegexReplace() 45 icu::RegexMatcher matcher(pattern_, 0, icu_error); in Compute() local
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 455 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() 509 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() 530 inline Matcher<T> SafeMatcherCast(const Matcher<U>& matcher) { in SafeMatcherCast() 584 bool MatchPrintAndExplain(Value& value, const Matcher<T>& matcher, in MatchPrintAndExplain() 634 typename std::tuple_element<N - 1, MatcherTuple>::type matcher = in ExplainMatchFailuresTo() local
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | CldrDataProcessor.java | 281 private final PathMatcher matcher; field in PrefixBuilder 286 PathMatcher matcher, in PrefixBuilder() 384 private final PathMatcher matcher; field in PrefixAction 391 PathMatcher matcher, in PrefixAction() 413 private final PathMatcher matcher; field in ValueAction 416 ValueAction(PathMatcher matcher, BiConsumer<T, CldrValue> doFn) { in ValueAction()
|
/third_party/skia/tests/ |
D | RecordTestUtils.h | 45 MatchType<DrawT> matcher; in count_instances_of_type() local 54 MatchType<DrawT> matcher; in find_first_instances_of_type() local
|
/third_party/flutter/skia/tests/ |
D | RecordTestUtils.h | 45 MatchType<DrawT> matcher; in count_instances_of_type() local 54 MatchType<DrawT> matcher; in find_first_instances_of_type() local
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | regexp_adapter_icu.cc | 132 const scoped_ptr<RegexMatcher> matcher( in Consume() local 167 const scoped_ptr<RegexMatcher> matcher( in Match() local 190 const scoped_ptr<RegexMatcher> matcher( in Replace() local
|
/third_party/grpc/src/core/lib/security/authorization/ |
D | matchers.cc | 32 const std::string& matcher, in Create() 48 StringMatcher::StringMatcher(Type type, const std::string& matcher, in StringMatcher() 167 const std::string& name, Type type, const std::string& matcher, in Create()
|
/third_party/python/Tools/scripts/ |
D | ptags.py | 28 matcher = re.compile(expr) variable
|
D | eptags.py | 22 matcher = re.compile(expr) variable
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RemoveDynamicIndexing.cpp | 305 DynamicIndexingNodeMatcher &&matcher, in RemoveDynamicIndexingTraverser() 406 IntermNodePatternMatcher matcher( in visitBinary() local 538 bool RemoveDynamicIndexingIf(DynamicIndexingNodeMatcher &&matcher, in RemoveDynamicIndexingIf() 577 DynamicIndexingNodeMatcher matcher = [](TIntermBinary *node) { in RemoveDynamicIndexingOfNonSSBOVectorOrMatrix() local 589 DynamicIndexingNodeMatcher matcher = [](TIntermBinary *node) { in RemoveDynamicIndexingOfSwizzledVector() local
|
/third_party/icu/icu4c/source/i18n/ |
D | numparse_impl.cpp | 215 void NumberParserImpl::addMatcher(NumberParseMatcher& matcher) { in addMatcher() 268 const NumberParseMatcher* matcher = fMatchers[i]; in parseGreedy() local 313 const NumberParseMatcher* matcher = fMatchers[i]; in parseLongestRecursive() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_impl.cpp | 215 void NumberParserImpl::addMatcher(NumberParseMatcher& matcher) { in addMatcher() 268 const NumberParseMatcher* matcher = fMatchers[i]; in parseGreedy() local 313 const NumberParseMatcher* matcher = fMatchers[i]; in parseLongestRecursive() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numparse_impl.cpp | 215 void NumberParserImpl::addMatcher(NumberParseMatcher& matcher) { in addMatcher() 268 const NumberParseMatcher* matcher = fMatchers[i]; in parseGreedy() local 313 const NumberParseMatcher* matcher = fMatchers[i]; in parseLongestRecursive() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numparse_impl.cpp | 224 void NumberParserImpl::addMatcher(NumberParseMatcher& matcher) { in addMatcher() 274 const NumberParseMatcher* matcher = fMatchers[i]; in parseGreedyRecursive() local 309 const NumberParseMatcher* matcher = fMatchers[i]; in parseLongestRecursive() local
|